1.1.2 • Published 6 years ago

asset-builder-nobower v1.1.2

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

asset-builder-nobower

FORKED from: (http://use-asset-builder.austinpray.com)

Project unmaintained Build Status Build status Coverage Status Dependency Status Code Climate

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 asset-builder-nobower --save-dev

Usage

var manifest = require('asset-builder-nobower')('./assets/manifest.json');

Help