Skip to content

Commit

Permalink
Add i18n to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyruppel committed Jun 28, 2012
1 parent 8e844f9 commit 2f2c46b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ task 'build', 'Build the walrus javascripts', ->
'`',
'./lib/walrus/parser.js',
'`',
'./lib/walrus/i18n.coffee',
'./lib/walrus/utils.coffee',
'./lib/walrus/ast.coffee',
'./lib/walrus/helpers.coffee',
Expand Down
2 changes: 2 additions & 0 deletions bin/walrus.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ if (typeof module !== 'undefined' && require.main === module) {
}
;

Walrus.i18n = {};

Utils = {
/**
* trims leading and trailing whitespace
Expand Down

0 comments on commit 2f2c46b

Please sign in to comment.