Commit b30909c269816ee14f2d6403b6001690226a7cda

Authored by Alex Bouma
1 parent 9a00bbda

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
... ...