unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

unify build does not use all code optimizations offered by qooxdoo #62

Closed dominikg closed 12 years ago

dominikg commented 12 years ago

Qooxdoo offers the following optimizations: ["basecalls", "comments", "privates", "strings", "variables", "variants"] but unify only uses optimize : [ "variables", "privates", "basecalls" ] in application.json line 136 are the other ones unsafe or should the optimize configuration be updated?

fastner commented 12 years ago

You're right, we can use all of them. I added it to the default unify configuration.