gitlab-uberspace-tutorial
gitlab-uberspace-tutorial copied to clipboard
"webpack:compile" missing in manual
After updating GitLab to a newer version (8.17.8) I faced 500 errors when opening the page as the command from web pack is missing in the manual. Also not sure whether it replaces assets:precompile completely.
Using the following worked for the moment
bundle exec rake assets:clean webpack:compile assets:precompile cache:clear RAILS_ENV=production --trace