https://bugzilla.wikimedia.org/show_bug.cgi?id=60368
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- The Vector path should not be put into $wgResourceLoaderLESSImportPaths at all. At least not in DefaultSettings. Took me quite a while to figure out, why all of a sudden my Bootstrap based skin did not work anymore. Turns out that Bootstrap also contains a variables.less file, but with a totally incompatible content of course. The only reason this works for the stock MW is that only Vector uses LESS so far. IMHO the solution should be to only include paths of modules that are actually loaded. <rant>Quote from the discussion on gerrit (https://gerrit.wikimedia.org/r/99524/): "Submit a follow up - there are no deployments for some time so we have time to perfect this." Somebody remind we what was the reason for switching from SVN to git and reviews again?</rant> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
