Skip to content
Snippets Groups Projects
Commit 20365121 authored by Yves Senn's avatar Yves Senn
Browse files

Merge pull request #4606 from chaixl/master

Add assets precompile step for fixing activities lost and some UI style issues
parents 707cea8d 7d696010
No related branches found
No related tags found
No related merge requests found
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