0.1.3 • Published 11 years ago

whisper-browserify v0.1.3

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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.

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago