karma-runner.github.com
karma-runner.github.com copied to clipboard
Homepage of Karma - The Spectacular JavaScript Test Runner.
karma-runner.github.com
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
masterbranch in the Karma repository:$ ./sync-docs.sh master 5.1