Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 813 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 813 Bytes

fly-coffee

CoffeeScript plugin for Fly.

Install

npm install --save-dev fly-coffee

Usage

Check out the documentation to see the available options.

exports.coffee = function * (fly) {
  yield fly.source("src/**/*.coffee").coffee({
    sourceMap: true
  }).target("dist/js")
}

License

MIT © FlyJS