travis-web/Procfile
Piotr Sarnacki 4e8128b255 Revert "Fix procfile to rerun app when lib/**/* changes"
Doh. I forgot that Procfile is not used only for development.

This reverts commit f7216b34ff.
2013-02-21 22:22:22 +01:00

4 lines
169 B
Plaintext

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'