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

Commit

Permalink
Merge pull request #1328 from mozilla/issue-1295-build-locale-json-on…
Browse files Browse the repository at this point in the history
…-start

fix(l10n): build json locale bundles on server start
  • Loading branch information
pdehaan committed Jun 27, 2014
2 parents b988c3a + 1ba744c commit 59e425a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ install:
- travis_retry npm install --silent
# copy over the configuration that can be used to start the server.
- cp server/config/local.json-dist server/config/local.json
- grunt l10n-create-json
# install the resources necessary for the auth server.
- git clone git://github.com/mozilla/fxa-auth-server.git --depth 1
- cd fxa-auth-server
Expand Down
1 change: 1 addition & 0 deletions grunttasks/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = function (grunt) {
grunt.task.run([
'clean:app',
'selectconfig:app',
'l10n-create-json',
'l10n-generate-tos-pp:app',
'css',
'concurrent:server',
Expand Down

0 comments on commit 59e425a

Please sign in to comment.