From: Matthew Flaschen Date: Fri, 11 Apr 2014 02:39:28 +0000 (-0400) Subject: Explain make kss environment variable in README X-Git-Tag: 1.31.0-rc.0~16091^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=eda1642a94f012f5f2d059ceb4270d66800eb24e;p=lhc%2Fweb%2Fwiklou.git Explain make kss environment variable in README Change-Id: I9e83187050ed360c57a1c3d4aeba913d69211349 --- 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