Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Browserify v2 released
(opens in new tab)
(browserify.org)
43 points
substack
13y ago
13 comments
Save
Share
13 comments
11 comments · 6 top-level
top
newest
oldest
freeman478
13y ago
· 3 in thread
For front end dev, is there a reason to prefer this over requirejs ?
irickt
13y ago
Clean syntax. Minimum excess download.
Use it if you want to deliver your js in one bundle.
freeman478
13y ago
Thanks !
shtylman
13y ago
yes
sergiotapia
13y ago
· 2 in thread
What is this?
substack
OP
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?
2 more replies
wolfeidau
13y ago
Great new site, love the 'browserify v2: less features, more unix!'
Look forward to trying to this out.
2mur
13y ago
Awesome. Thanks substack!
33a
13y ago
Awesome!
NHQ
13y ago
this is how we do!
j
/
k
navigate · click thread line to collapse