remove old assets before compiling

This commit is contained in:
Jan Schlüter 2013-09-19 19:25:40 +02:00
parent 05ef996e52
commit a47fe72ad6
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake migrate_iids RAILS_ENV=production
sudo -u git -H bundle exec rake assets:clean RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```