rchampourlier / guard-shotgun

Guard gem for Sinatra (shotgun-like)
MIT License
11 stars 9 forks source link

fix to use shotgun instead of rackup with the correct params passing #2

Closed leckylao closed 12 years ago

leckylao commented 12 years ago

fix to use shotgun instead of rackup with the correct params passing

rchampourlier commented 12 years ago

Hi @lecky,

I'm wondering what you are trying to do. The purpose of the guard-shotgun is to perform just like shotgun, without shotgun. So why do you change it to run shotgun, which we don't want to use here?

leckylao commented 12 years ago

Oh, I was playing around it. Another push to change it back. So this PR would just be fixing the params for the Guardfile to pass in.

rchampourlier commented 12 years ago

@lecky Thanks for the PR ;)