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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -