From f7216b34ff2390da5346426f64e2f8d99613507d Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 21 Feb 2013 21:00:01 +0100 Subject: [PATCH] Fix procfile to rerun app when lib/**/* changes --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8ead007d..f04f9c2e 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: bundle exec rackup -s puma -p $PORT +web: rerun -p 'lib/**/*' 'bundle exec rackup -s puma -p $PORT' assets: rerun -x -p 'assets/**/*' 'bundle exec rakep' #specs: rerun -x -p 'public/**/*' './run_jasmine.coffee public/spec.html'