grunt-groc
grunt-groc copied to clipboard
cannot find file specified
Use groc version 0.4.0, I use grunt config like that:
groc: { javascript: ['app/common/*.js'], options: { "out": "release/docs/" } },
When I run grunt groc:javascript command, it show this message:
! Failed to highlight c:\workspace\test\app\common\app.js as JavaScript: Creat eProcessW: The system cannot find the file specified.
But c:\workspace\test\app\common\app.js is existed in my workspace. Please help me to resolve this issue.
I'm getting the same error.