0.2.1 • Published 9 years ago

gobble-coffee v0.2.1

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

gobble-coffee

Compile CoffeeScript files with gobble. Creates sourcemaps automatically.

Installation

First, you need to have gobble installed - see the gobble readme for details. Then,

npm i -D gobble-coffee

Usage

gobblefile.js

var gobble = require( 'gobble' );
module.exports = gobble( 'src' ).transform( 'coffee', options );

The options argument, if specified, is passed to CoffeeScript. If you don't want to create sourcemaps, pass sourceMaps: false.

License

MIT. Copyright 2014 Rich Harris

0.2.1

9 years ago

0.2.0

10 years ago

0.1.0

10 years ago