jmreidy/grunt-browserify

How to browserify 0r

Opened this issue · 0 comments

What is the grunt-equivalent to
browserify -r ./background-service.js > bundle.js ?

I'm using the -r flag so I can use the method 'require' in the browser after I load the bundle.js script