Jack Phoenix has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/253158

Change subject: Make use of the appropriate path variables for RL modules
......................................................................

Make use of the appropriate path variables for RL modules

Change-Id: Iba19447b0c6102c8a8e4357b53321e103a2babba
---
M skin.json
1 file changed, 15 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Gamepress 
refs/changes/58/253158/1

diff --git a/skin.json b/skin.json
index 6f08626..cb66590 100644
--- a/skin.json
+++ b/skin.json
@@ -23,47 +23,51 @@
                "GamepressTemplate": "Gamepress.skin.php",
                "GamepressSkinNavigationService": "Gamepress.skin.php"
        },
+       "ResourceFileModulePaths": {
+               "localBasePath": "",
+               "remoteSkinPath": "Gamepress"
+       },
        "ResourceModules": {
                "skins.gamepress": {
                        "styles": {
-                               "skins/Gamepress/resources/css/reset.css": {
+                               "resources/css/reset.css": {
                                        "media": "screen"
                                },
-                               "skins/Gamepress/resources/css/style.css": {
+                               "resources/css/style.css": {
                                        "media": "screen"
                                },
-                               "skins/Gamepress/resources/css/dark.css": {
+                               "resources/css/dark.css": {
                                        "media": "screen"
                                },
-                               "skins/Gamepress/resources/css/mobile.css": {
+                               "resources/css/mobile.css": {
                                        "media": "screen and (max-width: 750px)"
                                }
                        },
                        "scripts": [
-                               
"/skins/Gamepress/resources/js/jquery.easing.1.3.js",
-                               
"/skins/Gamepress/resources/js/modernizr-custom.js",
-                               
"/skins/Gamepress/resources/js/jquery.tools.min.js",
-                               "/skins/Gamepress/resources/js/gamepress.js"
+                               "resources/js/jquery.easing.1.3.js",
+                               "resources/js/modernizr-custom.js",
+                               "resources/js/jquery.tools.min.js",
+                               "resources/js/gamepress.js"
                        ],
                        "position": "top"
                },
                "themeloader.skins.gamepress.blue": {
                        "styles": {
-                               
"skins/Gamepress/resources/images/blue/style.css": {
+                               "resources/images/blue/style.css": {
                                        "media": "screen"
                                }
                        }
                },
                "themeloader.skins.gamepress.green": {
                        "styles": {
-                               
"skins/Gamepress/resources/images/green/style.css": {
+                               "resources/images/green/style.css": {
                                        "media": "screen"
                                }
                        }
                },
                "themeloader.skins.gamepress.orange": {
                        "styles": {
-                               
"skins/Gamepress/resources/images/orange/style.css": {
+                               "resources/images/orange/style.css": {
                                        "media": "screen"
                                }
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/253158
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iba19447b0c6102c8a8e4357b53321e103a2babba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Gamepress
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to