broccoli-rework-single
v1.0.1
Published
Compiles CSS into a single CSS file using rework. Supports @import statements.
Downloads
7
Maintainers
Readme
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 theinputTree
(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