Skip to content
Snippets Groups Projects
Commit 7d696010 authored by Chai Xue Liang's avatar Chai Xue Liang
Browse files

Add assets precompile step for fixing activities lost and some UI style issues

parent d3c429ed
No related branches found
No related tags found
1 merge request!4606Add assets precompile step for fixing activities lost and some UI style issues
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment