jejacks0n / guard-teaspoon

Guard-Teaspoon: Run Javascript tests with Guard and all the features of Teaspoon.
38 stars 16 forks source link

guard-teaspoon always starts server, even if not needed #23

Open aaronjensen opened 10 years ago

aaronjensen commented 10 years ago

I configure my Guardfile to be organized in groups. If I only run groups w/ guard -g mygroup that do not include teaspoon, there is no reason for teaspoon to start up a server. This is especially annoying when my other guards do not need a server so they start up much quicker.

markedmondson commented 7 years ago

This also bugs me a bit. I'm happy to propose a PR if someone can think up a good approach.