From 67c1308ceeaa3b340a226f4ff0fb48b1f958e71c Mon Sep 17 00:00:00 2001 From: kaldari Date: Mon, 30 Mar 2015 17:10:49 -0700 Subject: [PATCH] Adding mobile target to mediawiki.template.mustache Otherwise we can't use the mustache compiler from MobileFrontend. Change-Id: I36ac5478493af32673f2849c122efc24336b7f51 --- resources/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Resources.php b/resources/Resources.php index 1ae76a0b71..6075edfab9 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -797,6 +797,7 @@ return array( 'resources/lib/mustache/mustache.js', 'resources/src/mediawiki/mediawiki.template.mustache.js', ), + 'targets' => array( 'desktop', 'mobile' ), ), 'mediawiki.apipretty' => array( 'styles' => 'resources/src/mediawiki/mediawiki.apipretty.css', -- 2.20.1