// 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'
])
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
DTrejo/browserify-watcher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
programmatically watch browserify bundles and remake them upon any changes
Resources
Stars
Watchers
Forks
Packages 0
No packages published