javascript - OpenStack Horizon dashboard (Folsom release) js builder -
as know, openstack horizon dashboard (folsom release) uses less.js compile *.css static files. that's clear.
but can't figure out used compress horizon *.js files (such horizon.instances.js, etc.) smth 176baabe0b2d.js, directly works in browser.
need determine js builder. in advance!
the answer found.
there compress_offline
constant in ../openstack_dashboard/local/local_settings.py
file. should equal true
.
then should run ./manage.py compress
command ../openstack_dashboard
directory rebuild compressed js horizon files.
Comments
Post a Comment