Re: must we include the source files for all minified JavaScript?

2016-04-06 Thread Carl Meyer
It seems like a reasonable request to me. It's just generally useful to have the original source matching the minified code available, e.g. for debugging an issue with that code. In theory you can go find the corresponding non-minified code yourself, but it's not always easy to find exactly the rig

must we include the source files for all minified JavaScript?

2016-04-06 Thread Tim Graham
>From a Trac ticket [0]: In Debian, we like to have the sources of everything that we ship and we consider that minified javascript files are not really scripts (which are their own source). There are currently two problematic files in Django: js_tests/qunit/blanket.min.js django/contrib/a