lingon-watch
v0.0.1
Published
A watch plugin for Lingon
Downloads
8
Readme
lingon-watch
A Lingon plugin that watches your source files and simply runs lingon build everytime you save!
Usage
Include lingon-watch in your projects packets.json
"dependencies": {
"lingon": "<version>",
"lingon-watch": "<version>",
...
}
lingon.js.
var lingon = require('lingon'),
lingonWatch = require('lingon-watch');
lingonWatch(lingon);
Contributions
Please do create issues for bugs and feature requests. If you also solve the issue yourself, please send a pull request. It's very welcomed!
License
Licensed under the MIT license.