gitlab-uberspace-tutorial icon indicating copy to clipboard operation
gitlab-uberspace-tutorial copied to clipboard

"webpack:compile" missing in manual

Open ouun opened this issue 7 years ago • 0 comments

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

ouun avatar Feb 02 '18 18:02 ouun