Skip to content
ivmartel edited this page Mar 28, 2020 · 9 revisions

Welcome to the dwv-angular 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.

For a stable build:

  1. in package.json, update the version number
  2. commit and push the changes
  3. run yarn run build --prod --base-href /dwv-angular/demo/stable/ in the root folder, the build is in the dist folder
  4. commit and push the build to the gh-pages branch under demo/stable
  5. create a github release with a tag equal to the version and the build as asset
Clone this wiki locally