We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a0b99 commit d2f0b2dCopy full SHA for d2f0b2d
Procfile.dev-prod-assets
@@ -0,0 +1,10 @@
1
+# You can run these commands in separate shells
2
+web: bin/rails s -p 3001
3
+redis: redis-server
4
+
5
+# Next line runs a watch process with webpack to compile the changed files.
6
+# When making frequent changes to client side assets, you will prefer building webpack assets
7
+# upon saving rather than when you refresh your browser page.
8
+# Note, if using React on Rails localization you will need to run
9
+# `bundle exec rake react_on_rails:locale` before you run bin/shakapacker
10
+webpack: sh -c 'bundle exec rake react_on_rails:locale && rm -rf public/packs/* || true && bin/shakapacker -w'
0 commit comments