Add separate Procfile with Webpack assets process

Signed-off-by: Alex Coles <alex@alexbcoles.com>
This commit is contained in:
Alex Coles
2014-11-14 11:41:14 +01:00
parent fec40bad63
commit e069d018d6
+3
View File
@@ -0,0 +1,3 @@
web: bundle exec unicorn --config-file config/unicorn.rb --host ${HOST:="127.0.0.1"} --port ${PORT:="8080"} --env ${RAILS_ENV:="development"}
assets: $(npm bin)/webpack --colors --watch --progress
worker: bundle exec rake jobs:work