Skip to content

Commit

Permalink
Update Procfile.static
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 authored Jun 11, 2017
1 parent 4d75f07 commit f0cbdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/Procfile.static
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Rails without hot reloading (static assets).
rails: REACT_ON_RAILS_ENV= rails s -b 0.0.0.0
rails: rails s -b 0.0.0.0

# Build client assets, watching for changes.
rails-client-assets: sh -c 'rm -rf public/webpack/development/*' || true && sh -c 'yarn run build:dev:client'
Expand Down

0 comments on commit f0cbdf7

Please sign in to comment.