Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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: 2024-12-15T07:07:07.138Z (about 2 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
[![NPM version](https://badge.fury.io/js/less-plugin-incremental.svg)](http://badge.fury.io/js/less-plugin-incremental) [![Dependencies](https://david-dm.org/less/less-plugin-incremental.svg)](https://david-dm.org/less/less-plugin-incremental) [![devDependency Status](https://david-dm.org/less/less-plugin-incremental/dev-status.svg)](https://david-dm.org/less/less-plugin-incremental#info=devDependencies) [![optionalDependency Status](https://david-dm.org/less/less-plugin-incremental/optional-status.svg)](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)