browserify-build-status

1.1.0 • Public • Published

Browserify Build Status

Codeship Status for tqc/browserify-build-status

Display browserify build status on the output page.

Usage:

var statusReporter = require("browserify-build-status");
var b = browserify(...)
// plugin adds error handlers to the browserify object
b.plugin(statusReporter, opts);
b = b.bundle()
// writeFile sets the "build incomplete" message and waits for 
// browserify to finish before writing either the finished build 
// output or an error message.
b = b.pipe(statusReporter.writeFile("app.js"));

Default options

{
    // selector for the element that will be updated with any error message
    selector: "body"
}

Demo

Readme

Keywords

Package Sidebar

Install

npm i browserify-build-status

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • tqc