Hi There, The Apparat optimize-swf goal is great and working fine for me, but was wondering if it's possible to run this goal on Modules as well as the main application SWF?
(Note, I don't mean the standard 'optimize=true' flag - I mean the the Apparat extreme optimization: https://docs.sonatype.org/display/FLEXMOJOS/Extreme+Optimization) For instance I have a main app specified like this: <sourceFile>MainApp.mxml</sourceFile> and 1 module specified like this: <modules> <module> <sourceFile>modules/Module1.mxml</sourceFile> <finalName>Module1</finalName> <destinationPath>modules</destinationPath> <optimize>true</optimize> </module> </modules> and I run this goal: <goal>optimize-swf</goal> But only MainApp.swf gets the Apparat optimization. Is it possible for Apparat optimization to be run on Module1.swf as well? I'm using FlexMojo 4.0-Beta-5 Thanks for any help - if this isn't a feature yet or if it's a bug, I'm happy to add a Jira ticket - just wanted to check first to see if I've missed anything. Thanks, -Jahiro -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
