adityab / Awwation

Prezi clone in HTML5, Js, and SVG. Can use different animation backends, for example impress.js. [I NO LONGER OWN AWWATION.COM]
MIT License
245 stars 46 forks source link

Compress the embedded JS #6

Open codedread opened 12 years ago

codedread commented 12 years ago

You could probably make your embedded JS much smaller if you experiment with the Closure JS compiler. See the SVG-edit Makefile for example usage.

adityab commented 12 years ago

I'm currently simply injecting an already-minified version of the Sozi script compressed with YUI compressor. I will look into Closure though.