On Fri, Jun 29, 2012 at 9:02 PM, Kees Bos <cornelis....@gmail.com> wrote:
> On Fri, 2012-06-29 at 13:09 -0500, C Anthony Risinger wrote: > > On Jun 29, 2012 8:14 AM, "Kees Bos" <cornelis....@gmail.com> wrote: > > > > > > On Fri, 2012-06-29 at 09:25 +0100, Apexi 200sx wrote: > > > > Hi Kees, > > > > > > > > Looks like the example apps are now working for IE and Chrome now. > > > > > > > Thanks for checking! > > > > Didn't the translater previously work this way (object.attr) and was > > then changed (object[attr]) because the minification process was > > munging properties to the point expected stuff (object.__???__) no > > longer existed? > > That was implemented partially. I guess to pass the first level of > optimization. Now I did just a few in the translator and quite some more > in .js, .html and .py (with JS calls) files. > > I forgot to mention that I'll revert some (in a controlled way) foo['bar'] back to foo.bar for better compression. Just have to start from functioning code (i.e. that survives advanced optimization). > > > > I don't recall the exact discussion but I could dredge it up; do you > > know what I'm referencing Kees? > > I guess I do :-) > > > >