no longer hardcode RUN_API

This commit is contained in:
Konstantin Haase 2012-09-22 17:02:15 +02:00
parent ae224b1253
commit 5dca40c38c

View File

@ -1,3 +1,3 @@
web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb
web: bundle exec unicorn -p $PORT -c ./unicorn.rb
guard: bundle exec guard
rerun: rerun -p 'assets/**/*' 'bundle exec rakep'