kach / Snapin8r

A Scratch 2.0->Snap! converter
http://hardmath123.github.io/Snapin8r/
MIT License
13 stars 6 forks source link

Minify #2

Closed Scimonster closed 10 years ago

Scimonster commented 10 years ago

Really, shouldn't you use the minified jszip?

Also, how much is currently supported (i know this has nothing to do with the header :P)

kach commented 10 years ago

I think I support everything except comments. If you find something that doesn't work, feel free to let me know.

I'll bundle all of JSZip (there are 3 or 4 files) with UglifyJS for the release: I don't want to be loading all that junk if the user doesn't ever need to snapin8 a project.

kach commented 10 years ago

We now package all of JSZip, unminified.