whisper-browserify

v0.1.1
Compiles CommonJS modules with Browserify.

Whisper: Browserify Build Status

Compiles CommonJS modules with Browserify.

Example

Define a list of files that should be fed to browserify, and the destination of the bundles in your .whisper file:

module.exports = function(whisper) {
  whisper.configure({
    browserify: {
      files: ['lib/*.js'],
      dest: ['browser/'],
      debugging: true
    }
  })
  
  require('whisper-browserify')(whisper)
}

And invoke the whisper browserify task on your project to compile the files:

$ whisper browserify

Installing

Just grab it from NPM:

$ npm install whisper-browserify

Documentation

Just invoke whisper help browserify to show the manual page for the browserify task.

Licence

MIT/X11. ie.: do whatever you want.

Metadata

  • MIT
  • Whatever
  • Quildreen "Sorella" Motta
  • released 3/24/2013

Downloads

Maintainers