asokol1981

Results 1 comments of asokol1981

Try adding: ``` javascript windowsVerbatimArguments: true ``` to `options` array of: ``` javascript grunt-notify\lib\util\spawn.js ``` Config's `title` and `message` must be double-quoted, like so: ``` javascript title: '"Task Complete"', message:...