summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-27 08:41:47 +0100
committerPhil Hughes <me@iamphill.com>2017-07-27 08:41:47 +0100
commit3256f6f4045661edf6816dbd0914fbedbffd2649 (patch)
tree9b329e33a811f70e81462c39090d759758be3ad6
parenteb9ca0e7e1ea4c2151abc320199e844f794bda54 (diff)
downloadgitlab-ce-assets-task-compile-langs.tar.gz
Compile JS lang files before webpack compileassets-task-compile-langs
Closes #35615
-rw-r--r--lib/tasks/gitlab/assets.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/assets.rake b/lib/tasks/gitlab/assets.rake
index 003d57adbbd..259a755d724 100644
--- a/lib/tasks/gitlab/assets.rake
+++ b/lib/tasks/gitlab/assets.rake
@@ -4,6 +4,7 @@ namespace :gitlab do
task compile: [
'yarn:check',
'rake:assets:precompile',
+ 'gettext:po_to_json',
'webpack:compile',
'fix_urls'
]