qooxdoo includes some optimizations in its build process which makes it hard to debug "build only" bug. How can I disable the the whole optimizations at once?
A simple way to achieve this is to set the OPTIMIZE macro to [] in your config.json's top-level "let" section:
"let" : {
...
OPTIMIZE : []
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With