Skip to content

Latest commit

 

History

History

docs

Build Status: spider-check

qunitjs.com

qunitjs.com is built using Jekyll.

Table of contents

Contribute

Prerequisites:

  • Ruby 2.7 or later. Install from Apt on Linux, or Homebrew on macOS.
  • Bundler, e.g. gem install bundler.

To regenerate the site and serve locally at http://localhost:4000/.

cd qunit/docs/
bundle update && bundle exec jekyll serve

This will start the server in watch mode and regenerate the site as-needed.

Update plugins page

node build/site-update-plugins.js

This will fetch search results from npmjs.org and save them to _data/plugins.json.

Update QUnit version

node build/site-set-version.js VERSION