You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Min RK edited this page Jan 29, 2014
·
3 revisions
How to Compile .less Files
For testing your development work in CSS, you'll need to compile the .less files to CSS. Make sure you have dependencies that LESS requires, including fabric, node, and lessc. Follow the below steps to compile the .less files:
python setup.py css
Alternatively, you can:
$ cd ipython/IPython/html
$ fab css
[localhost] local: components/less.js/bin/lessc -x style/style.less style/style.min.css
[localhost] local: components/less.js/bin/lessc -x style/ipython.less style/ipython.min.css
Done