Merge "Fix IE9's lack of support for console.warn.apply"
[lhc/web/wiklou.git] / docs / kss / README.txt
1 The Makefile, package.json, scripts, styleguide-template, and
2 mediawiki.ui/styleguide.md files and directories in here support the automatic
3 generation of CSS documentation from the source LESS files using kss for
4 node.js, https://github.com/kneath/kss
5
6 To build and open in your web browser, run:
7
8 MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make kssopen
9
10 For example,
11
12 MEDIAWIKI_LOAD_URL=1.2.3.4/w/load.php make kssopen
13
14 If MediaWiki is running on localhost, you can omit MEDIAWIKI_LOAD_URL.
15
16 To rebuild without opening the web browser, run:
17
18 MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make