watch-lessc
===========

Watch .less file to compile to .css whenever file is saved.

Usage
--

	$ watch-lessc

	Usage: {OPTIONS}

	Options:
	  --input, -i      Specify input file to watch/compile.  [required]
	  --directory, -d  Specify input directory to watch.
	  --output, -o     Specify output file path.             [required]
	  --help, -h       Show this message

