Phuedx has uploaded a new change for review.
https://gerrit.wikimedia.org/r/278851
Change subject: Remove styleguide-related files
......................................................................
Remove styleguide-related files
Following on from 19eb755, remove the kss-node installation (?) script
and empty-ish resources/styleguide.md file.
Change-Id: I40d03757ae43075c25968e98001d4199d07b40a9
---
D dev-scripts/kss-node-check.sh
D resources/styleguide.md
2 files changed, 0 insertions(+), 32 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/51/278851/1
diff --git a/dev-scripts/kss-node-check.sh b/dev-scripts/kss-node-check.sh
deleted file mode 100755
index 84ee1c4..0000000
--- a/dev-scripts/kss-node-check.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-
-if command -v npm > /dev/null ; then
- npm install
-else
- # If npm isn't installed, but kss-node is, exit normally.
- # This allows setting it up on one machine, and running it on
- # another (e.g. Tools Labs execution nodes) that doesn't have npm
- # installed. However, "npm install" still needs to be run
- # occasionally to keep kss updated.
-
- KSS_NODE="${BASH_SOURCE%/*}/../node_modules/.bin/kss-node"
- if ! [ -x "$KSS_NODE" ] ; then
- echo "Neither kss-node nor npm are installed."
- echo "To install npm, see http://nodejs.org/"
- echo "When npm is installed, the Makefile can automatically"
- echo "install kss-node."
- exit 1
- fi
-fi
diff --git a/resources/styleguide.md b/resources/styleguide.md
deleted file mode 100644
index 3e6b0a8..0000000
--- a/resources/styleguide.md
+++ /dev/null
@@ -1,12 +0,0 @@
-<div class="content">
- <h2>Overview</h2>
-
- This document describes the UI patterns for mobile.
-
- <h2>See Also</h2>
- <ul>
- <li>
- <a href="../js/index.html">Documentation for
JavaScript</a>
- </li>
- </ul>
-</div>
--
To view, visit https://gerrit.wikimedia.org/r/278851
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40d03757ae43075c25968e98001d4199d07b40a9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Phuedx <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits