Skip to content
Snippets Groups Projects
Commit 98423a37 authored by Sergio Oller's avatar Sergio Oller
Browse files

[Doc] Update 5.0 to 5.1: Recompile assets

Recompiling assets on the update is needed or main menu appearance may not load properly. This has been mentioned on issues #3722 and #3978.

The command has been tested several by users on those issues and by myself.

Thanks for your time and attention.
parent 48d37272
No related branches found
No related tags found
2 merge requests!4369[Doc] Update 5.0 to 5.1: Recompile assets,!4399fixed nav bar for empty repos (fixes #4375)
Loading
Loading
@@ -41,6 +41,7 @@ sudo -u git -H cp config/puma.rb.example config/puma.rb
sudo -u git -H bundle install --without development test postgres --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_merge_requests RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
```
 
### 5. Update init.d script with a new one
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment