Commit a47fe72ad66c0ee24d375ba92759a3831ba969b2

Authored by Jan Schlüter
1 parent 05ef996e

remove old assets before compiling

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,6 +53,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
53 53
54 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production 54 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
55 sudo -u git -H bundle exec rake migrate_iids RAILS_ENV=production 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 sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production 57 sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
57 sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production 58 sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
58 ``` 59 ```