bigspring / monolith

A starter theme for WordPress built with Twitter Bootstrap
MIT License
9 stars 1 forks source link

implement grunt growl notifications #134

Open hibernius opened 10 years ago

juliotaylor commented 10 years ago

can this be included in 1.6?

dmseaton commented 10 years ago

Yeah, will be straightforward to implement.

juliotaylor commented 10 years ago

can you update the spec?

dmseaton commented 10 years ago

Turns out Growl costs monies per download (app store). I found an alternative called Terminal Notifier which can be installed via Brew and is also supported by the grunt-notify package, which Munch now installs if not present.

juliotaylor commented 9 years ago

@dmseaton is this still on the cards?

dmseaton commented 9 years ago

We can do, but need to make a decision between using Growl or Terminal Notifier. Growl costs monies, TN does not. There's some inert code in Munch for installing Terminal Notifier as part of the process but tbh I think we should just install separately.