asset-builder icon indicating copy to clipboard operation
asset-builder copied to clipboard

assembles and orchestrates your dependencies so you can run them through your asset pipeline.

asset-builder

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 --save-dev

Usage

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

Help