0.0.1 • Published 10 years ago

lingon-watch v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.

0.0.1

10 years ago