Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qooxdoo には、ビルド プロセスにいくつかの最適化が含まれているため、「ビルドのみ」のバグをデバッグするのが難しくなっています。最適化全体を一度に無効にするにはどうすればよいですか?
これを実現する簡単な方法は、config.jsonのトップレベルの「let」セクションでOPTIMIZEマクロを[]に設定することです。
"let" : { ... OPTIMIZE : [] }