1.1.3 • Published 7 years ago

workers-factory-rebuild v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

Usage

var Factory = require('workers-factory');

//
// Run a webpack build
//
Factory.webpack(options, (err, files) => {
  // returns an array of files that were output.
});