When I create something in Construct 2, how do I see the source code of this build? Usually I export to Cordova
The .capx is the source code of a C2 project.
When you export, it converts it into html5 javascript and obfuscates the output using minify. If you don't select minify, you would see the javascript output, but it still isn't what you would call 'readable'.