On 11/11/14, 2:42 AM, "Frank Wienberg" <fr...@jangaroo.net> wrote:
>What about including a single JS file that contains all the code of the >module into the SWC? This would even be closer to an SWF (which also >contains all code). >In Jangaroo packaging, we includ both a single, "minified" file for >deployment as well as the tree of non-minified JS files for development / >debugging. >But I don't know whether the GCC-based build process can produce optimized >/ minified files per module. That would effectively be the Flex module/rsl strategy, but yes I can see doing that someday. The GCC minifier probably does a bit better having raw source for all the known compilation units, otherwise you have to prevent renaming of any variables exposed to other minified things. -Alex