Closed lukestanley closed 11 years ago
To make this complete, can you post the command you ran to compile LESS files?
I would but I'm not sure I did compile the LESS files.
There is a way using watchr http://www.ravelrumba.com/blog/watch-compile-less-command-line/.
It wasn't clear the coffeescript files needed compiling. For many Ubuntu / Debian users it would probably be helpful to suggest these extra steps as part of the install:
sudo apt-get install coffeescript cd static/js/ coffee -cw -o ./compiled-coffee ./ sudo npm install -g less
Please note I changed the direction of the slash at the end of the coffee compile instruction!