lingon-watch

0.0.1 • Public • Published

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.

/lingon-watch/

    Package Sidebar

    Install

    npm i lingon-watch

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nikek