Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
/ browserify-watcher Public archive

programmatically watch browserify bundles and remake them upon any changes

Notifications You must be signed in to change notification settings

DTrejo/browserify-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

browserify-watcher

// USAGE
require('browserify-watcher')(
  './public/js/main.js' // bundles to `./public/js/main.min.js`
)

// OR
require('browserify-watcher')([
  './public/js/main.js' // bundles to `./public/js/main.min.js`
, './public/js/demo.js'
, './public/js/haha.js'
])

About

programmatically watch browserify bundles and remake them upon any changes

Resources

Stars

Watchers

Forks

Packages

No packages published