diff options
author | Sergio Oller <sergioller@gmail.com> | 2013-06-21 11:05:21 +0200 |
---|---|---|
committer | Sergio Oller <sergioller@gmail.com> | 2013-06-21 11:05:21 +0200 |
commit | 98423a37b2403a944e48c6bc2d07ec5e6226b226 (patch) | |
tree | 39b32114548153d2ecadbdfb19e7e77048c869c8 /doc/update/5.0-to-5.1.md | |
parent | 48d372725a9f40efaa239531e93866bba04f796d (diff) | |
download | gitlab-ce-98423a37b2403a944e48c6bc2d07ec5e6226b226.tar.gz |
[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.
Diffstat (limited to 'doc/update/5.0-to-5.1.md')
-rw-r--r-- | doc/update/5.0-to-5.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/5.0-to-5.1.md b/doc/update/5.0-to-5.1.md index 2042b27f5dd..45fc3436ebe 100644 --- a/doc/update/5.0-to-5.1.md +++ b/doc/update/5.0-to-5.1.md @@ -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 |