Commit 21e3d848b464f8cabbbddb3d2d4e2b697d4476b0

Authored by Jacob Vosmaer
2 parents 9a00bbda b30909c2

Merge pull request #4847 from Stayallive/patch-1

Added assets:precompile in upgrade guide 5.4 -> 6.0
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/update/5.4-to-6.0.md
... ... @@ -71,6 +71,8 @@ sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
71 71 sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
72 72 sudo -u git -H bundle exec rake migrate_inline_notes RAILS_ENV=production
73 73  
  74 +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
  75 +
74 76 ```
75 77  
76 78 ### 6. Update config files
... ...