broccoli-coffee

1.0.1 • Public • Published

broccoli-coffee

Build Status

A CoffeeScript filter for Broccoli.

Installation

npm install --save-dev broccoli-coffee

Usage

var BroccoliCoffee = require('broccoli-coffee');
var outputNode = new BroccoliCoffee(inputNode, options);

All .coffee files (as well as .litcoffee and .coffee.md) in inputNode will be replaced with compiled .js files in outputNode.

Options

bare

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

new BroccoliCoffee(node, {
  bare: true
})

Source Maps

Source maps are not yet supported.

/broccoli-coffee/

    Package Sidebar

    Install

    npm i broccoli-coffee

    Weekly Downloads

    136

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    7.22 kB

    Total Files

    7

    Last publish

    Collaborators

    • joliss