You are not logged in.
Here is a simple Bash tool for LESS files compilation, watching your .less files using inotifywait and compiling CSS on file change.
Supports @import-ed files. Compiled files can go in the current directory or in another directory, keeping the directory structure intact (~/Project/less/style.less to ~/Project/css/style.css for example)
Not well tested, may be dangerous.
Offline