diff --git a/releasenotes/notes/reorganize-vendorized-static-files-dbe3cfdd7bc61243.yaml b/releasenotes/notes/reorganize-vendorized-static-files-dbe3cfdd7bc61243.yaml new file mode 100644 index 0000000..ff96a78 --- /dev/null +++ b/releasenotes/notes/reorganize-vendorized-static-files-dbe3cfdd7bc61243.yaml @@ -0,0 +1,8 @@ +--- +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.