less-plugin-incremental
v0.1.0
Published
incremental rebuild for less
Downloads
2
Maintainers
Readme
less-plugin-incremental
incremental rebuild for less
rebuild only if something has changed, otherwise do nothing.
how it works
less-plugin-incremental
saves the checksum of the src (in a .lessCache
file) and compares them on next run
how to install
to install with npm:
$ npm install less-plugin-incremental
how to use
on the command line,
lessc file.less --incremental