webhelp contains some minified JavaScript libraries:
In Debian, we do not consider these as proper source files, and we are encouraged to provide the full, unminified versions instead. Would it be possible to replace them with the corresponding unminified versions?
Thanks for considering.
Delivering unminified JS into user's browser has very negative impact on performance and latency. Each minified source code contains text and links which will redirect interested parties to original source files and licensing information.
If you need unminified version of jQuery and jQueryUI in Debian, you are free to put copies of those libraries into your distrubution.
Should we instead remove those files and use references to versions on a CDN instead?
I think that even if we will switch to CDN, we should make this parametrized. Referencing to CDN would mean that output will be unusable without internet connection.
+1 for parameterizing. I can see that including the non-minimized source as well would be a best practice.