jharding / grunt-exec

Grunt plugin for executing shell commands.
https://npmjs.org/package/grunt-exec
Other
248 stars 47 forks source link

Use with `sudo` #33

Closed stdavis closed 10 years ago

stdavis commented 11 years ago

Is there any way to use sudo with this task? I have a command that I want to run, but it requires admin permissions.

JamesMessinger commented 10 years ago

As long as you run Grunt with sudo, the permissions should apply to all the tasks that Grunt performs.