UNPKG

watch-lessc

Version:

Watches your specified .less file and auto-compiles it to the specified .css file.

19 lines (12 loc) 372 B
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