Revert "Fix procfile to rerun app when lib/**/* changes"

Doh. I forgot that Procfile is not used only for development.

This reverts commit f7216b34ff.
This commit is contained in:
Piotr Sarnacki 2013-02-21 22:22:22 +01:00
parent aa43803811
commit 4e8128b255

View File

@ -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' assets: rerun -x -p 'assets/**/*' 'bundle exec rakep'
#specs: rerun -x -p 'public/**/*' './run_jasmine.coffee public/spec.html' #specs: rerun -x -p 'public/**/*' './run_jasmine.coffee public/spec.html'