yuguang / fiddlesalad

An online playground with an instantly ready coding environment. Combine language preprocessors, CSS, HTML and JavaScript to create and share coding examples.
fiddlesalad.com
GNU General Public License v3.0
232 stars 80 forks source link

Coffeescript files #12

Closed lukestanley closed 11 years ago

lukestanley commented 11 years ago

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!

yuguang commented 11 years ago

To make this complete, can you post the command you ran to compile LESS files?

lukestanley commented 11 years ago

I would but I'm not sure I did compile the LESS files.

yuguang commented 11 years ago

There is a way using watchr http://www.ravelrumba.com/blog/watch-compile-less-command-line/.