CoffeeScript plugin for Taskr
npm install @taskr/coffee> CoffeeScript plugin for Taskr.
```
$ npm install --save-dev @taskr/coffee
Check out the documentation to see the available options.
`js`
exports.coffee = function * (task) {
yield task.source('src/*/.coffee').coffee({
sourceMap: true
}).target('dist/js')
}
Any issues or questions can be sent to the Taskr monorepo.
Please be sure to specify that you are using @taskr/coffee`.
MIT © Luke Edwards