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:
- Create a pull request in the repository with the desired changes
- As part of the PR, update the version in the package.json file (following semver guidelines)
- Once the code is merged into the
masterbranch, create the corresponding version tag based on it - Push the new tag into the repository
- 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.