Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/184417
Change subject: Fix the ios and android apps and save the princess ...................................................................... Fix the ios and android apps and save the princess MobileFrontend moved materials from less/common/ to less/ with https://gerrit.wikimedia.org/r/164143 d073c137 The fix to MobileApp landed after the REL1_24 branch got cut, thus the branch is broken. Change-Id: I055f8b2ab1038a7341710a2ce7fe9c7f642b6bc1 (cherry picked from commit d82dff738945ede2c18ee18868b5e90b27cebdd8) --- M MobileApp.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileApp refs/changes/17/184417/1 diff --git a/MobileApp.php b/MobileApp.php index 7345a55..7f6fdb1 100644 --- a/MobileApp.php +++ b/MobileApp.php @@ -40,8 +40,9 @@ 'remoteExtPath' => $remoteExtPath ); +// FIXME: This is crazy. Don't do this. Use $wgResourceLoaderLESSImportPaths. $wgCommonMobileAppLESSFiles = array( - '../MobileFrontend/less/common/reset.less', + '../MobileFrontend/less/reset.less', '../MobileFrontend/less/content/main.less', '../MobileFrontend/less/content/hacks.less', 'less/links.less' -- To view, visit https://gerrit.wikimedia.org/r/184417 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I055f8b2ab1038a7341710a2ce7fe9c7f642b6bc1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileApp Gerrit-Branch: REL1_24 Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
