I have a directory full of less css files. What is the best way to compile them to normal css? (for deployment)
Id like to run a command as follows:
Just found an awesome npm module to do that ! :)
Install it:
$ npm install [-g] lessc-each
Run it:
$ lessc-each ‹dir1› ‹dir2›
Where ‹dir1› is the directory of Less files to compile, and ‹dir2› is the directory for output files. If ‹dir2› does not exist, it will automatically be created. Both directories must be relative to the current path of the command line.