-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--watch should run on change of every file in tree #242
Comments
I guess it could, but as a js testing framework it makes sense to me at least, though I suppose for some libs changing image fixtures or something would be nice. What's your use-case? |
It's simple, running test manually disrupt my focus. When I change a file under lib, or even a test, I see in growl if Really, it's a feature for the laziest developers :). OT |
it does watch every javascript file, but not images etc.. |
I've checked that, it doesn't work for me because I'm using coffeescript, Could you fix that? |
oh yuck, yeah i'll fix it |
Currently --watch just run itself after a change to a js in the current folder.
Why don't extend it to every file in the tree (excluding node_modules)?
The text was updated successfully, but these errors were encountered: