Skip to content

Truffula/broccoli-coffee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-coffee

A CoffeeScript filter for Broccoli.

Installation

npm install --save-dev broccoli-coffee

Usage

var filterCoffeeScript = require('broccoli-coffee');
tree = filterCoffeeScript(tree, options);

Options

bare

If bare is true, the CoffeeScript compiler will not emit a top-level function wrapper:

filterCoffeeScript(tree, {
  bare: true
})

Source Maps

Source maps are not yet supported.

About

CoffeeScript preprocessor for Broccoli

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%