diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-27 08:41:47 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-27 08:41:47 +0100 |
commit | 3256f6f4045661edf6816dbd0914fbedbffd2649 (patch) | |
tree | 9b329e33a811f70e81462c39090d759758be3ad6 | |
parent | eb9ca0e7e1ea4c2151abc320199e844f794bda54 (diff) | |
download | gitlab-ce-3256f6f4045661edf6816dbd0914fbedbffd2649.tar.gz |
Compile JS lang files before webpack compileassets-task-compile-langs
Closes #35615
-rw-r--r-- | lib/tasks/gitlab/assets.rake | 1 |
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' ] |