-
Notifications
You must be signed in to change notification settings - Fork 7
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
- conda install –c conda-forge nodejs
- git clone git://github.com/GITHUB_USERNAME/vcs-widgets.git
- cd vcs-widgets
- npm install
- npm link
- npm publish (need npm admin)
Linking VCS-Widgets
cd vcs-widgets
npm link
cd vcdat/frontend
npm link vcs-widgets