On 4/28/16, 10:10 PM, "OK" <okrue...@edscha.com> wrote:
>> At the San Francisco FlexJS World Tour event, I talked about the >"SWF-first" vs "No-SWF" workflows > >Only for my understanding cause I've still little FlexJS experience: >Does "No-SWF" workflow mean that we have to compile/transpile to JS all >the >time during application development? If so, would that not be a bit >annoying and time consuming? We recently changed the compiler to not create the optimized JS version unless the -debug = false. That and other changes make cross-compiling an unoptimized JS version fast enough that folks may not see it as a problem. But we'll see as projects get bigger. Thanks, -Alex