Skip to content
This repository has been archived by the owner on Jan 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #197 from secretrobotron/t672
Browse files Browse the repository at this point in the history
Change `butter-main.js` to just `main.js`
  • Loading branch information
dseif committed Apr 12, 2012
2 parents 3520c13 + ca8377d commit 7118fc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/butter.js
Expand Up @@ -59,7 +59,7 @@
// Paths are relative to baseUrl; Notice the commas!
'}' +
'});' +
'ctx(["butter-main"])' +
'ctx(["main"])' +
'})()' +
'</script>');
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/build.js
Expand Up @@ -26,7 +26,7 @@
// not be found by the AST analysis done in the optimizer.
include: [
'butter',
'butter-main'
'main'
],

// Wraps Butter in a closure and adds license information
Expand Down
2 changes: 1 addition & 1 deletion tools/build.optimized.js
Expand Up @@ -26,7 +26,7 @@
// not be found by the AST analysis done in the optimizer.
include: [
'butter',
'butter-main'
'main'
],

// Wraps Butter in a closure and adds license information
Expand Down

0 comments on commit 7118fc7

Please sign in to comment.