Merge pull request #5136 from f0k/patch-1

Remove old assets before compiling new ones
This commit is contained in:
Dmitriy Zaporozhets
2013-09-22 02:22:51 -07:00
+1
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
```