Merge "Enable mediawiki.skinning.content.parsoid on Mobile target too"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 27 May 2014 19:05:17 +0000 (19:05 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 27 May 2014 19:05:17 +0000 (19:05 +0000)
1  2 
resources/Resources.php

diff --combined resources/Resources.php
@@@ -140,6 -140,7 +140,7 @@@ return array
                'skinStyles' => array(
                        'default' => 'resources/src/mediawiki.skinning/content.parsoid.less',
                ),
+               'targets' => array( 'desktop', 'mobile' ),
        ),
  
        /**
         *
         * See Vector for an example.
         */
 -      'skins.cologneblue' => array(
 -              'styles' => array(
 -                      'cologneblue/screen.css' => array( 'media' => 'screen' ),
 -                      'cologneblue/print.css' => array( 'media' => 'print' ),
 -              ),
 -              'remoteBasePath' => $GLOBALS['wgStylePath'],
 -              'localBasePath' => $GLOBALS['wgStyleDirectory'],
 -      ),
 -      'skins.modern' => array(
 -              'styles' => array(
 -                      'modern/main.css' => array( 'media' => 'screen' ),
 -                      'modern/print.css' => array( 'media' => 'print' ),
 -              ),
 -              'remoteBasePath' => $GLOBALS['wgStylePath'],
 -              'localBasePath' => $GLOBALS['wgStyleDirectory'],
 -      ),
        'skins.vector.styles' => array(
                // Used in the web installer. Test it after modifying this definition!
                'styles' => array(