From 4e8128b255f1e7b4c813fbc63c0b91b6261d5564 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 21 Feb 2013 22:22:22 +0100 Subject: [PATCH] Revert "Fix procfile to rerun app when lib/**/* changes" Doh. I forgot that Procfile is not used only for development. This reverts commit f7216b34ff2390da5346426f64e2f8d99613507d. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f04f9c2e..8ead007d 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: rerun -p 'lib/**/*' 'bundle exec rackup -s puma -p $PORT' +web: 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'