summaryrefslogtreecommitdiff
path: root/doc/update/6.0-to-6.1.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-22 02:22:51 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-22 02:22:51 -0700
commit089f0000cae2d49aa7f031e628a6d9e66db69fec (patch)
tree6171039a59cbb12fc988482840f1eabf1bc945bb /doc/update/6.0-to-6.1.md
parent7be084b13a0bb056a6cd8065f74fd24f4f147551 (diff)
parenta47fe72ad66c0ee24d375ba92759a3831ba969b2 (diff)
downloadgitlab-ce-089f0000cae2d49aa7f031e628a6d9e66db69fec.tar.gz
Merge pull request #5136 from f0k/patch-1
Remove old assets before compiling new ones
Diffstat (limited to 'doc/update/6.0-to-6.1.md')
-rw-r--r--doc/update/6.0-to-6.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md
index 5076d0497e6..2fb762e467a 100644
--- a/doc/update/6.0-to-6.1.md
+++ b/doc/update/6.0-to-6.1.md
@@ -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
```