Skip to content
Edward Silverton edited this page Dec 3, 2017 · 34 revisions

Config

  • root: string

    The path to the uv directory. Use a relative path e.g. root: '../../uv'

  • configUri: string

    The path to your config json

Distribution

In universalviewer

grunt build --dist

cd examples

git add -A
git commit -m "message"
npm version major/minor/patch
git push origin gh-pages
npm publish --tag beta