From eda1642a94f012f5f2d059ceb4270d66800eb24e Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Thu, 10 Apr 2014 22:39:28 -0400 Subject: [PATCH] Explain make kss environment variable in README Change-Id: I9e83187050ed360c57a1c3d4aeba913d69211349 --- docs/kss/README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/kss/README.txt b/docs/kss/README.txt index d91bf2aa6c..f9473b8782 100644 --- a/docs/kss/README.txt +++ b/docs/kss/README.txt @@ -2,3 +2,17 @@ The Makefile, package.json, scripts, styleguide-template, and mediawiki.ui/styleguide.md files and directories in here 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 -- 2.20.1