npm install less-incremental-build --save-devnpm less-incremental-build --src <main_file>.less --output <output>.cssType: 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 |