Skip to content

Commit 1e75abf

Browse files
authored
Merge pull request #448 from coderdojo-japan/add_assets_precompile
Asset Pipelineのプリコンパイル実行をapp.jsonに追加
2 parents 4f5cddc + 5d22049 commit 1e75abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"name": "coderdojo.jp",
8282
"scripts": {
83-
"postdeploy": "bundle exec rails db:schema:load && bundle exec rails db:seed && bundle exec rails dojos:update_db_by_yaml && bundle exec rails dojo_event_services:upsert"
83+
"postdeploy": "bundle exec rails db:schema:load && bundle exec rails db:seed && bundle exec rails dojos:update_db_by_yaml && bundle exec rails dojo_event_services:upsert && bundle exec rails assets:precompile RAILS_ENV=staging"
8484
},
8585
"stack": "heroku-18"
8686
}

0 commit comments

Comments
 (0)