0.1.0 • Published 8 years ago

build-assets v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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.

NPM

Install

npm install build-assets --save-dev

Usage

var manifest = require('build-assets')('./assets/manifest.json');

Help