0.1.0 • Published 7 years ago
less-plugin-incremental v0.1.0
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-incrementalhow to use
on the command line,
lessc file.less --incrementalSupport
0.1.0
7 years ago