build-assets
v0.1.0
Published
assembles and orchestrates your dependencies so you can run them through your asset pipeline.
Maintainers
Readme
build-assets
Assembles and orchestrates your dependencies so you can run them through your asset pipeline. Feed it a manifest file and it will give you globs.
Install
npm install build-assets --save-devUsage
var manifest = require('build-assets')('./assets/manifest.json');
