Remove messages.inc, rebuildLanguage.php, writeMessagesArray.inc
[mediawiki.git] / docs / kss / README.txt
blobf9473b8782b3e61ebccb6ef04bc446f516e53ece
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
6 To build and open in your web browser, run:
8 MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make kssopen
10 For example,
12 MEDIAWIKI_LOAD_URL=1.2.3.4/w/load.php make kssopen
14 If MediaWiki is running on localhost, you can omit MEDIAWIKI_LOAD_URL.
16 To rebuild without opening the web browser, run:
18 MEDIAWIKI_LOAD_URL=mediawiki_hostname/w/load.php make