I am in need of customizing WebDriverJS to suit my specific requirements. However, I am encountering difficulties with debugging the compiled source code. Having descriptive function names and comments would greatly assist me! Therefore, I am curious to know if it is feasible to compile WebDriverJS without minimizing its content.
The build.desc
for JavaScript compilation utilizes js_binary which relies on Google Closure Compiler. Is there anyone who knows how to compile it while preserving function names and comments? This would essentially involve merging all the sources rather than simply compiling them.