grunt-execute
grunt-execute copied to clipboard
conosle.log question
When I run my task to be executed is there a way to "console.log" whats in the actual file itself thats being executed??? In order to see the output on the CLI.
You mean if console.log()
's in the code should show up in the console running grunt? This should already be happening.
How do you run your code? With src: ['somefile.js']
? Do you run it plain or with options: { module: true }
?
I run it with "src: ['somefile.js']" and I put the command "grunt execute". I know it's executing but there's no output of whats within the file being executed.