wiki.techinc.nl/docs/kss
Prateek Saxena 622d80890a Add styling for the styleguide
Change-Id: Idf741c9242d28a8823049507f7193b8f5578b7a9
2014-07-24 14:28:10 +05:30
..
scripts
styleguide-template Add styling for the styleguide 2014-07-24 14:28:10 +05:30
Makefile Load shared MediaWiki styles when generating the style guide 2014-05-16 16:31:34 +02:00
package.json
README.txt Update kss style guide wording and README 2014-05-11 01:33:25 +02:00

The Makefile, package.json, scripts, styleguide-template, and
mediawiki.ui/styleguide.md files and directories here and in
resources/src/mediawiki.ui/ 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