less-watch-compiler
A command that watches folders(and subfolders) for file changes and automatically compile the less css files into css. This is a file system watcher and compiler.
watch-lessc
Watches your specified .less file and auto-compiles it to the specified .css file.
lessc-watch
Watch for file changes and compile less files into a single css bundle file.
lessc-glob
A node package that compiles **ALL** *.less* files in a directory and copy the entire structure to another directory.