diff --git a/Procfile b/Procfile index 81ef0552..f92c0032 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb guard: bundle exec guard +rerun: rerun -p 'assets/**/*' 'bundle exec rakep'