d40e47b452
Commit I33eda3d4cbb0911143deedafb1bce4ee7101e06f refactored static files but didn't include release notes. This patch adds it. Change-Id: I3b34e06c9346f360dbdb53883d8643d2f65df32d
9 lines
373 B
YAML
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.
|