
Doh. I forgot that Procfile is not used only for development.
This reverts commit f7216b34ff
.
4 lines
169 B
Plaintext
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'
|