Commit 089f0000cae2d49aa7f031e628a6d9e66db69fec

Authored by Dmitriy Zaporozhets
2 parents 7be084b1 a47fe72a

Merge pull request #5136 from f0k/patch-1

Remove old assets before compiling new ones
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
doc/update/6.0-to-6.1.md
... ... @@ -53,6 +53,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
53 53  
54 54 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
55 55 sudo -u git -H bundle exec rake migrate_iids RAILS_ENV=production
  56 +sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
56 57 sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
57 58 sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
58 59 ```
... ...