From 7d6960104dcb1f2bac4edadb68d6978de2e507a0 Mon Sep 17 00:00:00 2001 From: Chai Xue Liang Date: Sat, 20 Jul 2013 04:20:21 -0700 Subject: [PATCH] Add assets precompile step for fixing activities lost and some UI style issues --- doc/update/5.1-to-5.2.md | 2 ++ doc/update/5.2-to-5.3.md | 2 ++ doc/update/5.3-to-5.4.md | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/update/5.1-to-5.2.md b/doc/update/5.1-to-5.2.md index 23de2d9..8599c43 100644 --- a/doc/update/5.1-to-5.2.md +++ b/doc/update/5.1-to-5.2.md @@ -42,6 +42,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 ``` ### 5. Update config files diff --git a/doc/update/5.2-to-5.3.md b/doc/update/5.2-to-5.3.md index 4d930d8..e00dfa3 100644 --- a/doc/update/5.2-to-5.3.md +++ b/doc/update/5.2-to-5.3.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 diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md index 67f32f6..774e443 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 -- libgit2 0.21.2