Skip to content

Commit

Permalink
Upgrade browserify.
Browse files Browse the repository at this point in the history
There are other changes I'm sure but the most important is that module
sorting results in deterministic builds.

The biggest win here comes for releases. Previously we had to jump
through hoops to make sure the files we put in bower were the same files
we put on the CDN, were the same files packaged in the Ruby gem, were
the same files we packaged into a zip file, were the same file we used
when create PRs to CDNJS. Rebuilding docs also resulted in conflicting
versions so we had to be careful when committing. This takes away all of
that pain. We can build from the same revision and get the same files.
  • Loading branch information
zpao committed Jul 9, 2013
1 parent a3b21b1 commit 1500e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"source-map": "~0.1.22"
},
"devDependencies": {
"browserify": "~2.14.2",
"browserify": "~2.24.1",
"wrapup": "~0.12.0",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
Expand Down

0 comments on commit 1500e98

Please sign in to comment.