Resolve "Test compiling frontend assets for production in CI"
Compare changes
+ 4
− 0
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Adds a new rake gitlab:assets:compile
step to GitLab's CI config which tests compiling production assets and runs webpack-bundle-analyzer
on the result. Bundle analyzer results are saved to webpack-report
directory and published to gitlab pages.
We weren't testing our production asset compilation step outside of omnibus-gitlab
so errors in our webpack.config.js
file or our package.json
could go unnoticed for a long time.
master
(if it does - rebase it please)Closes #28450 (closed)