You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to grunt 0.3.17 and installed grunt-contrib-watch 0.1.2
I notice that now when I add files that match the files patterns the watch task no longer detects them
To verify this I created a really simple example. Using the following grunt.js if i add a new js file under the src directory lint is not run. However I know that it's working as saving grunt.js does result in lint being run and on all files including the new one. Watch only seems to watch new files if I restart it
I just updated to grunt 0.3.17 and installed grunt-contrib-watch 0.1.2
I notice that now when I add files that match the files patterns the watch task no longer detects them
To verify this I created a really simple example. Using the following grunt.js if i add a new js file under the src directory lint is not run. However I know that it's working as saving grunt.js does result in lint being run and on all files including the new one. Watch only seems to watch new files if I restart it
The text was updated successfully, but these errors were encountered: