Just started to use browserify, but I cannot find documentation for how to get it spilling out minified output.
So I am looking something like:
$>
No need to use plugins anymore to minify while preserving a source map:
browserify main.js --debug | uglifyjs --in-source-map inline --source-map-inline > bundle.js