Skip to content

Truffula/broccoli-coffee

This branch is 4 commits ahead of, 50 commits behind joliss/broccoli-coffee:master.

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%