CoffeeScript plugin for Fly.
npm install --save-dev fly-coffee
Check out the documentation to see the available options.
exports.coffee = function * (fly) {
yield fly.source("src/**/*.coffee").coffee({
sourceMap: true
}).target("dist/js")
}
MIT © FlyJS