Fix path to server

This commit is contained in:
Buck Doyle 2016-04-13 17:55:10 +02:00
parent b921ab5191
commit 95da771778

View File

@ -1,3 +1,3 @@
web: bundle exec ruby waiter/web.rb -p $PORT
web: bundle exec ruby waiter/app.rb -p $PORT
assets: rerun -x -p 'assets/**/*' 'bundle exec rakep'
#specs: rerun -x -p 'public/**/*' './run_jasmine.coffee public/spec.html'