Skip to content

Commit

Permalink
i18n - #7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferreira committed May 3, 2013
1 parent bd980ce commit fa82817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/templates/build/index.js.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ require('./vendor/ember');
require('./vendor/ember-data');
require('./vendor/ember-validations');
require('./vendor/ember-easyform');
require('./vendor/i18n');
require('./templates');
{{#each helpers}}
require('./{{path}}');{{/each}}
Expand Down
2 changes: 1 addition & 1 deletion src/util/fs-promised.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ exports.concat = function() {
return fs.readFileSync(filePath, 'utf-8');
});
return out.join('\n');
};
};

0 comments on commit fa82817

Please sign in to comment.