Skip to content

taskrjs/fly-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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