asset-builder
asset-builder copied to clipboard
assembles and orchestrates your dependencies so you can run them through your asset pipeline.
asset-builder
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 asset-builder --save-dev
Usage
var manifest = require('asset-builder')('./assets/manifest.json');
Help
- Examples, troubleshooting tips
- Manifest File Specification
- View this module's API documentation
- Walk through the annotated source code
