Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Upgrade Fibers to 1.0.0 and UglifyJS to 2.2.3.
Browse files Browse the repository at this point in the history
This definitely won't "work" because both have API changes.

UglifyJS 1 was having issues minifying certain code (eg lodash).  But UglifyJS 2
was occasionally segfaulting (as was other code using large regexps).  See the
bottom of laverdet/node-fibers#89

Hopefully this will fix it.
  • Loading branch information
glasser committed Jan 16, 2013
1 parent 65537e1 commit d14e81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/concepts.html
Expand Up @@ -641,7 +641,7 @@ <h3 class="nosection">Running on your own infrastructure</h3>

$ cd bundle/server/node_modules
$ rm -r fibers
$ npm install fibers@0.6.9
$ npm install fibers@1.0.0
{{/warning}}

{{/better_markdown}}
Expand Down

0 comments on commit d14e81a

Please sign in to comment.