summaryrefslogtreecommitdiff
path: root/docs/kss/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/kss/README.txt')
-rw-r--r--docs/kss/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/kss/README.txt b/docs/kss/README.txt
new file mode 100644
index 00000000..c383af9e
--- /dev/null
+++ b/docs/kss/README.txt
@@ -0,0 +1,19 @@
+The Makefile, package.json, scripts, styleguide-template, and
+mediawiki.ui/styleguide.md files and directories here and in
+resources/src/mediawiki.ui/ support the automatic generation
+of CSS documentation from the source LESS files using kss for
+node.js, https://github.com/kneath/kss
+
+To build and open in your web browser, run:
+
+MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make kssopen
+
+For example,
+
+MEDIAWIKI_LOAD_URL=1.2.3.4/w/load.php make kssopen
+
+If MediaWiki is running on localhost, you can omit MEDIAWIKI_LOAD_URL.
+
+To rebuild without opening the web browser, run:
+
+MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make