Last Updated: February 25, 2016
·
405
· aalakkad

Tired of compiling LESS files on save? try this

lesswatch

Easy way to watch .less files in a directory and compiles them (on change) to specific directory.

Usage

lesswatch path/to/less_directory path/to/css_directory

With this, the app will start and keep watching changes in .less files in the path/to/less_directory and compile the changes to path/to/css_directory.

To stop watching and compiling, press ctrl + c or close the terminal.


Installation instructions:

https://github.com/AAlakkad/lesswatch