coffee-once
v0.0.6
Published
Compile the given coffee file once (until its changes).
Downloads
4
Readme
Compile the given coffee file once (until its changes).
Getting Started
Install the module with: npm install coffee-once
var coffee-once = require('coffee-once');
Install with cli command
$ npm install -g coffee-once
$ coffee-once --help
$ coffee-once --version
Documentation
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
License
Copyright (c) 2014 Pierre Romera Licensed under the MIT license.