Skip to content
ivmartel edited this page Mar 29, 2020 · 8 revisions

Welcome to the dwv-jqui wiki!

For now the wiki is used to store unordered notes...

Build

The project is set to build to the trunk folder on the gh-pages branch.

Prepare:

  1. checkout the master branch
  2. in package.json, update the version number
  3. in service-worker.js, update the version number
  4. commit and push (masterbranch)

Create build and publish:

  1. checkout the gh-pages branch
  2. copy the demo/trunk folder of the gh-pages branch to the demo/stable folder
  3. commit and push (gh-pages branch)
  4. test the live stable demo
  5. create a github release with a tag equal to the version and the zipped 'demo/stable' folder as asset

Post steps:

  1. checkout the master branch
  2. in package.json, update the version number
  3. in service-worker.js, update the version number
  4. commit and push (masterbranch)
Clone this wiki locally