summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-04 11:23:52 +0000
committerPhil Hughes <me@iamphill.com>2017-10-04 11:23:52 +0000
commit412571a4dfbf90d85df1393fa0075aacae27137d (patch)
tree7e6f349542472d2679fb5d8013f4c39eeb95960f /lib
parent086784411c73d61a296e923b2274f81344646a77 (diff)
downloadgitlab-ce-412571a4dfbf90d85df1393fa0075aacae27137d.tar.gz
Load only the currently needed JS locale file
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/gitlab/assets.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gitlab/assets.rake b/lib/tasks/gitlab/assets.rake
index 259a755d724..a42f02a84fd 100644
--- a/lib/tasks/gitlab/assets.rake
+++ b/lib/tasks/gitlab/assets.rake
@@ -3,8 +3,8 @@ namespace :gitlab do
desc 'GitLab | Assets | Compile all frontend assets'
task compile: [
'yarn:check',
- 'rake:assets:precompile',
'gettext:po_to_json',
+ 'rake:assets:precompile',
'webpack:compile',
'fix_urls'
]