Don't know what did I do wrong but "Optimized build开发者_如何学编程" of my Qooxdoo (1.0.1) application stopped working. Still source build and non-optimized build are working without any trouble. An idea how to find the bug?
try to check which optimization causes the problem. Most likely, you are using a private method which starts with __ (two underscores). These variable names will be renamed during the optimization.
Regards, Martin
精彩评论