add rerun command

This commit is contained in:
Konstantin Haase 2012-09-19 16:43:04 +02:00
parent 7c975054b7
commit 860b52a974

View File

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