Skip to content

Commit

Permalink
Add a workaround to Procfile.dev against issue rails/rails#26158
Browse files Browse the repository at this point in the history
  • Loading branch information
shikendon committed Jun 5, 2017
1 parent d3abe36 commit 757b85c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile.dev
@@ -1,2 +1,3 @@
web: rails s -p 3000
client: sh -c 'rm -rf public/webpack/development/* || true && cd client && bundle exec rake react_on_rails:locale && yarn run build:development'
workaround: sh -c 'while true; do pkill -HUP puma-dev; sleep 900; done'

0 comments on commit 757b85c

Please sign in to comment.