From 860b52a974ac3206363dee4d7fdd61ce2ab122cd Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 19 Sep 2012 16:43:04 +0200 Subject: [PATCH] add rerun command --- Procfile | 1 + 1 file changed, 1 insertion(+) 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'