diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-09-28 14:04:54 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-09-28 14:04:54 -0500 |
commit | d722bd652e1edf80222d951874cdd62c8d2e245d (patch) | |
tree | c7b8d2821395a7f73debc86e7fd43ea001a11441 | |
parent | 12e8542a0bbffa5eb1c88020da5f7c07f285917f (diff) | |
download | gitlab-ce-test-printenv.tar.gz |
compile locales before precompiling sprockets assetstest-printenv
-rw-r--r-- | lib/tasks/gitlab/assets.rake | 2 |
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' ] |