1.0.1 • Published 10 years ago

broccoli-rework-single v1.0.1

Weekly downloads
3
License
Public Domain
Repository
github
Last release
10 years ago

broccoli-rework-single

Inspired heavily by broccoli-less-single

Installation & usage

npm install --save-dev broccoli-rework-single
var rework = require('broccoli-rework-single');
var tree = rework(inputTrees, inputFile, outputFile, opts);
  • inputTrees: A tree or array of trees.
  • inputFile: The relative path of a file that exists in the inputTree(s). This is the file that will be read and passed into rework.
  • outputFile: The relative path of the output file.
  • opts: A hash of options for rework.

See Brocfile.js for an example.

Tests!

npm test