[–] sergiotapia 13y ago ↗ What is this? [–] substack 13y ago ↗ browserify 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 13y ago ↗ Why use this over require.js? What benefits does this bring to the table? [–] superfreek 13y ago ↗ Allows you to use commonjs instead of amd modules. Then you can manage your dependancies with npm. [–] 2mur 13y ago ↗ You don't have to mangle your code to get it into the AMD format. Just require() like node.js or CommonJS.
[–] substack 13y ago ↗ browserify 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 13y ago ↗ Why use this over require.js? What benefits does this bring to the table? [–] superfreek 13y ago ↗ Allows you to use commonjs instead of amd modules. Then you can manage your dependancies with npm. [–] 2mur 13y ago ↗ You don't have to mangle your code to get it into the AMD format. Just require() like node.js or CommonJS.
[–] sergiotapia 13y ago ↗ Why use this over require.js? What benefits does this bring to the table? [–] superfreek 13y ago ↗ Allows you to use commonjs instead of amd modules. Then you can manage your dependancies with npm. [–] 2mur 13y ago ↗ You don't have to mangle your code to get it into the AMD format. Just require() like node.js or CommonJS.
[–] superfreek 13y ago ↗ Allows you to use commonjs instead of amd modules. Then you can manage your dependancies with npm.
[–] 2mur 13y ago ↗ You don't have to mangle your code to get it into the AMD format. Just require() like node.js or CommonJS.
[–] freeman478 13y ago ↗ For front end dev, is there a reason to prefer this over requirejs ? [–] shtylman 13y ago ↗ yes [–] irickt 13y ago ↗ Clean syntax. Minimum excess download.Use it if you want to deliver your js in one bundle. [–] freeman478 13y ago ↗ Thanks !
[–] irickt 13y ago ↗ Clean syntax. Minimum excess download.Use it if you want to deliver your js in one bundle. [–] freeman478 13y ago ↗ Thanks !
[–] wolfeidau 13y ago ↗ Great new site, love the 'browserify v2: less features, more unix!'Look forward to trying to this out.
13 comments
[ 3.8 ms ] story [ 57.6 ms ] threadUse it if you want to deliver your js in one bundle.
Look forward to trying to this out.