优化构建出现错误
不知道我做错了什么,但我的 Qooxdoo (1.0.1) 应用程序的“优化构建”停止工作。源构建和非优化构建仍然可以正常工作。知道如何找到错误吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试检查哪个优化导致了问题。最有可能的是,您正在使用以 __ (两个下划线)开头的私有方法。这些变量名称将在优化过程中被重命名。
问候,
马丁
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