I use JSMin a few times (but not the python port) and never had problems http://www.crockford.com/javascript/jsmin.html
its pretty industry standard. There is a few warnings on the page about pitfalls, but tells you how to test for them. On 04/05/2009, [email protected] <[email protected]> wrote: > > Thanks. > > And this is the best method to shrink Javascript? Do you have any > experience with it? Does it return 100% working JS in all cases? > > > On May 4, 3:35 pm, Barry Hunter <[email protected]> wrote: > > http://www.crockford.com/javascript/jsmin.py.txt > > > > :) > > > > > On 04/05/2009, [email protected] > > > > > <[email protected]> wrote: > > > > > I dynamically generate a lot of Javascript on appengine before I serve > > > it to the user as part of the website. Can I somehow obfuscate/shrink > > > this Javascript from Python to improve page loading times? > > > > > thx.ricky. > > > > -- > > > Barry > > > > -www.nearby.org.uk-www.geograph.org.uk- > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
