Skip to content

gobblejs/gobble-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compile CoffeeScript files with gobble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published