Merge "Deprecate internal ORMTable::unprefixFieldName(s)"
[mediawiki.git] / docs / kss / README.txt
blobc383af9ea27666f8c059d6ffda0aae41a3f4b6f1
1 The Makefile, package.json, scripts, styleguide-template, and
2 mediawiki.ui/styleguide.md files and directories here and in
3 resources/src/mediawiki.ui/ support the automatic generation
4 of CSS documentation from the source LESS files using kss for
5 node.js, https://github.com/kneath/kss
7 To build and open in your web browser, run:
9 MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make kssopen
11 For example,
13 MEDIAWIKI_LOAD_URL=1.2.3.4/w/load.php make kssopen
15 If MediaWiki is running on localhost, you can omit MEDIAWIKI_LOAD_URL.
17 To rebuild without opening the web browser, run:
19 MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make