Closed zertosh closed 9 years ago
Fixes https://github.com/substack/watchify/issues/16. By using outpipe, we can now do this:
watchify main.js -o 'exorcist static/bundle.js.map > static/bundle.js' -d
watchify main.js -o 'uglifyjs -cm > static/bundle.min.js'
Fixes https://github.com/substack/watchify/issues/16. By using outpipe, we can now do this: