Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChai Xue Liang <chaixl@gmail.com>2013-07-20 15:20:21 +0400
committerChai Xue Liang <chaixl@gmail.com>2013-07-20 15:20:21 +0400
commit7d6960104dcb1f2bac4edadb68d6978de2e507a0 (patch)
tree5215a4c960d76aa89a2ef26f213ecd4ea21bb64e /doc/update/5.3-to-5.4.md
parentd3c429ed21ef13a9004406df5c05bf2a4be4168c (diff)
Add assets precompile step for fixing activities lost and some UI style issues
Diffstat (limited to 'doc/update/5.3-to-5.4.md')
-rw-r--r--doc/update/5.3-to-5.4.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md
index 67f32f66a97..774e4439314 100644
--- a/doc/update/5.3-to-5.4.md
+++ b/doc/update/5.3-to-5.4.md
@@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment
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 assets:precompile RAILS_ENV=production
```
### 4. Update config files