0.1.0 • Published 10 years ago

broccoli-coco v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

broccoli-coco

A Coco filter for Broccoli.

Installation

npm install --save-dev broccoli-coco

Usage

var filterCoco = require('broccoli-coco');
tree = filterCoco(tree, options);

Options

bare

If set to true, Coco will not wrap the output in a top-level function.

0.1.0

10 years ago