Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:LearnBoost/browserbuild
Browse files Browse the repository at this point in the history
Conflicts:
	lib/browserbuild.js
  • Loading branch information
rauchg committed Oct 14, 2012
2 parents 3aad28e + ca9a6c6 commit bb26f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browserbuild.js
Expand Up @@ -47,7 +47,7 @@ Renderer.prototype.render = function(done){
+ 'var global = this;'
+ (opt.debug ? debugCode : 'function debug(){return debug};')
+ requireCode
+ this.paths.reduce(function(str, path) {
+ this.paths.sort().reduce(function(str, path) {
return str + self._render(path);
}, '')
+ 'var exp = require(\'' + mod + '\');'
Expand Down

0 comments on commit bb26f9b

Please sign in to comment.