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

This commit is contained in:
Piotr Sarnacki 2013-02-21 21:00:01 +01:00
parent 466a7b38a0
commit f7216b34ff

View File

@ -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'