1.1.3 • Published 9 years ago
workers-factory-rebuild v1.1.3
workers-factory
A few functions to run builds on front end code. We assume content is a path
to a fully built (npm installed) tar.gz.
Install
$ npm install workers-factory --saveUsage
var Factory = require('workers-factory');
//
// Run a webpack build
//
Factory.webpack(options, (err, files) => {
// returns an array of files that were output.
});