0.0.11 • Published 8 years ago

browserifyer v0.0.11

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

#browserifyer

FYI I WOULDNT USE THIS ANY MORE USE GULP AS A WATCHER INSTEAD

browserifyer is a simple file watcher and browserify runner.

When you save changes to a .js file being watched browserifyer is automagicly run for you.

##Installation

npm install -g browserifyer

##Usage

browserifyer options

Options:

-h, --help output usage information

-V, --version output the version number

-v, --verbose Verbose output

-d, --debug Browserify in debug mode (generate source maps)

-m, --minify Minify output

-w, --watch path Watch Path default ./

-i, --input fileName Input File default ./main.js

-o, --output fileName Output File default ./main.browser.js

-t, --transform transform transform default none

-T, --throttle milliseconds Minimum time between processing (milliseconds) default 300

##Licence

MIT

0.0.11

8 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago