8 ms·
Browserify v2 released
- 2mur 14y agoAwesome. Thanks substack!
- NHQ 14y agothis is how we do!
- sergiotapia 14y agoWhat is this?
- substack 14y agobrowserify is a javascript bundler that recursively analyzes all the node-style require() calls in your program to create a single javascript bundle for serving up to browsers.
- sergiotapia 14y agoWhy use this over require.js? What benefits does this bring to the table?
- superfreek 14y agoAllows you to use commonjs instead of amd modules. Then you can manage your dependancies with npm.
- 2mur 14y agoYou don't have to mangle your code to get it into the AMD format. Just require() like node.js or CommonJS.
- freeman478 14y agoFor front end dev, is there a reason to prefer this over requirejs ?
- shtylman 14y agoyes
- irickt 14y agoClean syntax. Minimum excess download. Use it if you want to deliver your js in one bundle.
- freeman478 14y agoThanks !
- wolfeidau 14y agoGreat new site, love the 'browserify v2: less features, more unix!' Look forward to trying to this out.
- 33a 14y agoAwesome!