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?
Javascript – How to disable optimization in the qooxdoo build process
javascriptqooxdoo
Related Question
- Javascript – How to copy to the clipboard in JavaScript
- Javascript – How to modify the URL without reloading the page
- Javascript – Get the values from the “GET” parameters (JavaScript)
- Javascript – How to make the first letter of a string uppercase in JavaScript
- Javascript – How to get the current date in JavaScript
- Javascript – How to return the response from an asynchronous call
- Javascript – How does Facebook disable the browser’s integrated Developer Tools
Best Solution
A simple way to achieve this is to set the OPTIMIZE macro to [] in your config.json's top-level "let" section: