grunt-notify
grunt-notify copied to clipboard
Windows 10 support ?
Hi community,
Do you know if grunt-notify is worked on Windows 10 ? I've not notif with this config :
module.exports = {
sass: {
options: {
title: '"Sass"',
message: '"Compilé avec succès"'
}
},
concat: {
options: {
title: '"JavaScript"',
message: '"Compilé avec succès"'
}
},
prod: {
options: {
title: '"Production"',
message: '"Effectuée avec succès"'
}
}
};
Do you have idea ? Thank you !
Second this issue. I had a working config on windows 8. Recently updated and grunt-notify stopped working.
+1
To add to this issue,
I can see the notifications in the action center, but they aren't appearing
Looks like you can toggle if the notifications from the action center show up or not. You just need to toggle the settings.
Here's the workflow I used:
- Click on the action center icon (the word bubble thing).
- Click on "All Settings"
- Click on "System"
- Click on "Notifications & Actions"
- Click on the settings for "toast"
- Switch "Show notification banners" to on.
After doing that you should see a banner show up in the bottom right corner.
After discovering this, I think dylang should close the issue as notifications are now configurable in Windows 10.
Omg this worked...THANK YOU! :)
Hi,
This setting is already enabled on my Windows 10 :(
Click on the settings for "toast"
Thats the explorer...not toast
Sorry, not the good screenshot :) This :
I'd make sure you're getting notifications in the center at all like stephenbe's picture. If you're not, there's probably something not quite right with your use of grunt-notify. If they are showing up, maybe there's another setting you need to change. You might have all notifications muted or something like that.
Thanks @bxyoung89 that fixed it!
Yep, as @bxyoung89 said, that way works, I didnt know that I can click on "toast" element, they should make it more clear, thank you!