Move server/ to waiter/

Apparently server dir conflicts with some scripts in ember-cli
This commit is contained in:
Piotr Sarnacki 2015-02-03 10:12:53 +01:00
parent 9a70e8d8f7
commit 8959f382c2
22 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
source 'http://rubygems.org'
ruby '2.1.2'
gem 'travis-web', path: 'server'
gem 'travis-web', path: 'waiter'
gem 'puma'
gem 'rack-ssl', '~> 1.3'
gem 'rack-protection', '~> 1.3'

View File

@ -1,3 +1,3 @@
web: bundle exec rackup -s puma -p $PORT server/config.ru
web: bundle exec rackup -s puma -p $PORT waiter/config.ru
assets: rerun -x -p 'assets/**/*' 'bundle exec rakep'
#specs: rerun -x -p 'public/**/*' './run_jasmine.coffee public/spec.html'