https://bugzilla.wikimedia.org/show_bug.cgi?id=25362

--- Comment #4 from Trevor Parscal <tpars...@wikimedia.org> 2010-09-29 21:55:34 
UTC ---
Removing documentation only, as you are wanting to do, will not preserve line
numbers. The first resource (there can be many resources in a module) in the
first module (there can be many modules in a request/response) could have
matching line numbers, but every resource after that will not.

You must use ?debug=true in the URL of the page or $wgResourceLoaderDebug =
true in your LocalSettings.php file to achieve matching line numbers. This will
bypass all minification and combination steps, resulting in responses which are
easier for developers to work with.

Again, this mixed approach does not solve your use case as well as debug=true,
thus the middle-ground approach being suggested here is not worth the
complexity.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to