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
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
grunt-contrib-jshint plugin already has such integration and it's integration is easy to be added.
Here is an example that could be used as sample for grunt-sync:
// On watch events configure jshint:src to only run on changed filegrunt.event.on('watch',function(action,filepath){grunt.config('jshint.src',filepath);});
grunt-contrib-jshint plugin already has such integration and it's integration is easy to be added.
Here is an example that could be used as sample for grunt-sync: