On Mon, Jun 16, 2008 at 9:45 PM, Simon Gregory simon@helvector.org wrote:
I remember seeing Growl notifications for when SWFs had compiled from Textmate.
I think Ale did this for the ActionScript Bundle.
It is there, somewhere, in one of my private versions of the bundle. I'm not sure if it made it to the official bundle, though. Not everyone has 'growlnotify' installed.
Anyway, it's not too hard to add. Check the fluby Rakefile for an example:
http://code.google.com/p/fluby/source/browse/trunk/lib/templates/Rakefile
BTW, if you are working with AS2 you may want to take a look at fluby: http://code.google.com/p/fluby/ (a side project I developed for my day job, and which may be the base for a much needed cleanup of the ActionScript Bundle's "Compile with MTASC" command)
Hope it helps