aharui commented on issue #641: Fix PAYG violations and code debt URL: https://github.com/apache/royale-asjs/issues/641#issuecomment-569603079 Briefly reading through the "chunk" link, that is not how Royale modules work. The purpose of Royale modules is to allow independent compilation of the module. The "chunk" concept seems to require all compiled code in one place. I've spent a great deal of time overriding parts of Closure Compiler to allow more minification, but there remains a problem in TourDeFlexModules and until we solve it, it will be hard to know if we can allow for minification across modules.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
