Commit b7c45fc8 authored by Rubén Dávila's avatar Rubén Dávila

Merge branch 'assets-task-compile-langs' into 'master'

Compile JS lang files before webpack compile

Closes #35615

See merge request !13122
parents 4eebd8e1 3256f6f4
......@@ -4,6 +4,7 @@ namespace :gitlab do
task compile: [
'yarn:check',
'rake:assets:precompile',
'gettext:po_to_json',
'webpack:compile',
'fix_urls'
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment