-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
I was just trying this plugin and playing around with it. I couldn't wrap my head around.
Hard coded
cwd
in newly added hook
How would we share a Gruntfile.js
with a team when the path is bound to our local hard drive? (Code below from Issue #11 ). Other team members might have a completely different setup. Is this plugin meant to be used by a single person on a single machine only?
exec( 'grunt jshint', {
cwd: 'C:\Users\etc\'
}, function ( err, stdout, stderr ) {} )