Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.49 KB

karma-runner.github.com

js-standard-style devDependency Status

This is the source code for http://karma-runner.github.com. The homepage and documentation of karma, the spectacular test runner.

If you wanna update the docs, just go the the main repo and update the markdown. You can even do that directly from the github web interface.

Building the Documentation

$ git clone https://github.com/karma-runner/karma-runner.github.com.git
$ cd karma-runner.github.com
$ npm install
$ grunt

Now open your browser at http://localhost:8000.

Maintenance

Add or update documentation content for docs-version based on the content of Karma repository at branch-or-tag-in-karma-repo revision:

$ ./sync-docs.sh <branch-or-tag-in-karma-repo> <docs-version>

Examples:

  • Generate documentation for Karma 5.0 based on the v5.0.4 tag in the Karma repository:

       $ ./sync-docs.sh v5.0.4 5.0
  • Generate documentation for Karma 5.1 based on the latest master branch in the Karma repository:

    $ ./sync-docs.sh master 5.1