https://github.com/moszeed/less-plugin-incremental
incremental rebuild for less
https://github.com/moszeed/less-plugin-incremental
incremental less less-plugin plugin
Last synced: 3 months ago
JSON representation
incremental rebuild for less
- Host: GitHub
- URL: https://github.com/moszeed/less-plugin-incremental
- Owner: moszeed
- Created: 2018-10-17T10:16:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T10:30:15.000Z (over 6 years ago)
- Last Synced: 2025-02-14T07:18:24.558Z (4 months ago)
- Topics: incremental, less, less-plugin, plugin
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://badge.fury.io/js/less-plugin-incremental) [](https://david-dm.org/less/less-plugin-incremental) [](https://david-dm.org/less/less-plugin-incremental#info=devDependencies) [](https://david-dm.org/less/less-plugin-incremental#info=optionalDependencies)
# less-plugin-incremental
incremental rebuild for lessrebuild 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](https://npmjs.org):```
$ npm install less-plugin-incremental
```## how to use
on the command line,```
lessc file.less --incremental
```##### Support
[Buy me a Coffee](https://www.patreon.com/moszeed)