wiki.techinc.nl/docs/kss
Matthew Flaschen eda1642a94 Explain make kss environment variable in README
Change-Id: I9e83187050ed360c57a1c3d4aeba913d69211349
2014-04-21 23:12:24 -04:00
..
scripts
styleguide-template
Makefile
package.json
README.txt Explain make kss environment variable in README 2014-04-21 23:12:24 -04:00

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