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
install lessc (on ubuntu: apt-get install npm, then npm install less)
cd site
./build-styles.bash
Alternatively, you can seek out your own less compiler. See the build-styles.bash script for which less file to compile to where.
During development, it may be easier to use less.js which will compile the less styles into css per-page-view. To do this, see the comments in head.mako (basically uncomment 2 lines, and comment another -- don't forget to switch back before deploying to prod).