On 2010-08-04, Marcus Buck wrote: > Why btw is it that Usability Initiative JS and CSS > uses no spaces? The non-Usability-Initiative files all use normal > spacing conventions.
On 2010-08-04, Aryeh Gregor wrote: > You can view the original source code in SVN, like here: > > http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/UsabilityInitiative/Vector/Modules/SimpleSearch/SimpleSearch.js?view=markup The easiest method I've found is simply to omit the part of the given file name ".min". For example: http://bits.wikimedia.org/w/extensions/UsabilityInitiative/js/plugins.combined.min.js http://bits.wikimedia.org/w/extensions/UsabilityInitiative/js/plugins.combined.js I'm not sure whether this is true for all of the code, but it's a quick shortcut for what little I've looked at. Nihiltres _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
