npm install less-incremental-build --save-dev
npm less-incremental-build --src <main_file>.less --output <output>.css
Type: string
The main file to find all imports to watch (include himself).
Type: string
Output file to compile less styles. Should be a css file (If not exists, it will be created)
Type: string
Path of your custom config file. Do not pass src
or output
as argument, should be added inside your custom config file.
npm less-incremental-build --config watcher.config.js
Jose Cabrera |