Skip to content

Commit

Permalink
allow for all-in-one builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 9, 2012
1 parent 6cefce0 commit 21ab634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/minifier/minify.js
Expand Up @@ -98,7 +98,7 @@ concatCss = function(loader) {

concatJs = function(loader) {
w("");
var blob = "";
var blob = "enyo = window.enyo || {};";
for (var i=0, m; m=loader.modules[i]; i++) {
if (!opt["no-alias"] && !opt.alias) {
w("* inserting path aliases");
Expand Down

0 comments on commit 21ab634

Please sign in to comment.