Skip to content

MauriceButler/browserifyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Automagicly browserify your scripts as you edit them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published