mirah / dubious

A Web Framework Written in Mirah for running on AppEngine
Apache License 2.0
121 stars 13 forks source link

rake server keeps reloading. #26

Open baroquebobcat opened 13 years ago

baroquebobcat commented 13 years ago

rake server recompiles and reloads the app even when not needed

baroquebobcat commented 13 years ago

fixed this particular issue--sort of. d51cfdb7a78270865ed17623832f759097bf63ec the problem is that I added a non FileTask to the app's dependencies. The fix updates the non FileTask to not be needed after it has run.

I've thought of a couple better ways to fix the problem, but I wanted to push something that works for now while I think about it some more.