Alexandre Béranger
Results
2
comments of
Alexandre Béranger
Hello! Windows 7 users, maybe this fix can help you ! Just change: `'/i:' + image` with `windowsOnly('/i:"') + image.replace(/\\/g,"/") + windowsOnly('"')` in grunt-notify/lib/platforms/growl-notify.js, line 72. It correctly escape the...
Hi! Try putting your title and message between " and ', like in the following example: `watch: { options: { title: '"Watch"', message: '"Snipers on the roof, sir!"' } },`...