Comment 7 for bug 1016085

Revision history for this message
Lin Hua Cheng (lin-hua-cheng) wrote :

I am not sure if having the LESS files in the bin folder is correct.. In the other openstack project, the bin folder is typically used for storing scripts for managing the instance like restarting, running client api..

When django start, it expects that the bin folder must be in the same directory level as horizon and openstack-dashboard.

Related code:
File: openstack-dashboard/settings.py
Code: less_binary = os.path.join(os.path.dirname(__file__), '..', 'bin', 'less', 'lessc')

This means after deployment of the package, it should look like:
.. python2.7/dist-packages/horizon
.. python2.7/dist-packages/openstack-dashboard
.. python2.7/dist-packages/bin

Is that the expectation? Perhaps LESS should be move to horizon folder thoughts?