qooxdoo - How can I disable code optimization during build process? -


I want to disable code optimization during the build process to make duggibg easy. how can I do this?

Set the optimized macro [] in the top-level of your config.json "Walk" section Type:

"Walk": {... ... Optimize: []
}


Comments