ALPHA This is a new service – your feedback will help us to improve it.

The module is open sourced at github.com/CJSCommonPlatform/govuk_bootstrap/

This demo website is served from Github's gh-pages branch.

Publishing

Continuous integration is set up in Travis CI.

To publish an update:

  1. Create a pull request in the repository with the desired changes
  2. As part of the PR, update the version in the package.json file (following semver guidelines)
  3. Once the code is merged into the master branch, create the corresponding version tag based on it
  4. Push the new tag into the repository
  5. If the tag build is successful, Travis will republish the NPM module with the tag version, and will also deploy any changes to the demo website files in the gh-pagesbranch.