vitrage-dashboard/releasenotes/notes/reorganize-vendorized-static-files-dbe3cfdd7bc61243.yaml
Ivan Kolodyazhny d40e47b452 Add release notes for new vendorized static files
Commit I33eda3d4cbb0911143deedafb1bce4ee7101e06f refactored static files
but didn't include release notes. This patch adds it.

Change-Id: I3b34e06c9346f360dbdb53883d8643d2f65df32d
2019-01-08 15:33:33 +02:00

9 lines
373 B
YAML

---
other:
- |
vitrage-dashboard now uses non-compressed static files from the 'vendor'
directory by default. All scripts will be compressed if `COMPRESS_ENABLED`
option it set to True during `python manage.py compress` command execution.
Also it removes minified static files what helps maintainerss to create
RPM/DEP packages for vitrage-dashboard.