Skip to content

Releasing vcs widgets

Matthew Harris edited this page Jul 18, 2017 · 1 revision

Building and pushing vcs-widgets to NPM

The vcs-widgets were built and pushed to the npm repo in the vcdat recipe build.sh file. This file is located in

 projects/UV-CDAT/vcdat/vcdat

 vi conda-recipe/vcdat/build.sh

Releasing future builds of VCS-Widgets. NPM

  1. conda install –c conda-forge nodejs
  2. git clone git://github.com/GITHUB_USERNAME/vcs-widgets.git
  3. cd vcs-widgets
  4. npm install
  5. npm link
  6. npm publish (need npm admin)

Linking VCS-Widgets

cd vcs-widgets
npm link
cd vcdat/frontend
npm link vcs-widgets