Questions tagged [grunt-exec]

Grunt plugin for executing shell commands.

Grunt plugin for executing shell commands.

16 questions
0
votes
3 answers

executing linkchecker.exe with grunt-exec and powershell

I want to include my linkchecker test into grunt. I can execute it just fine with powershell & 'C:\Program Files (x86)\LinkChecker\linkchecker.exe' http://localhost:3000 This is my Gruntfile: module.exports = function (grunt) { //load plugins …
mles
  • 4,534
  • 10
  • 54
  • 94
1
2