wilr / grunt-shopify

Grunt plug-in for publishing Shopify theme assets
BSD 3-Clause "New" or "Revised" License
107 stars 32 forks source link

Add growl notification support #1

Closed wilr closed 11 years ago

wilr commented 11 years ago

Should be an optional feature flag in the grunt file to flag growl

paulmason commented 11 years ago

@wilr Couldn't you use this https://github.com/alextucker/grunt-growl and run it after the shopify task? If i figure it out I'll send you my Gruntfile.js

wilr commented 11 years ago

Yep would build on top of that or just the node library (https://github.com/visionmedia/node-growl). PR's welcome. You'll need to edit more than your grunt file in this case as I'd imagine the best place to post the growl notification stuff is https://github.com/wilr/grunt-shopify/blob/master/tasks/shopify.js#L83 (which is asynchronous to tasks).