Update paths for assets process in Procfile

Changed in previous commit 25a6b61f.
pull/2263/head
Alex Coles 10 years ago
parent aac932ecea
commit 5d9eac4ded
  1. 2
      Procfile.dev

@ -1,3 +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
assets: cd frontend && $(npm bin)/webpack --colors --watch --progress
worker: bundle exec rake jobs:work

Loading…
Cancel
Save