Automatic build of visualizer releases
cp config.default.json config.jsonvim config.jsonrepo- location of both visualizer clonesout- directory where the builds will be copied
npm run init
This command will :
- install dependencies
- create
repoandoutdirectories - clone the visualizer (two copies are needed for the build process and HEAD access)
- create symbolic links:
- HEAD / head / src
- min / build
- testcase
- doc
- copy the files located in
staticfolder toout
npm run build
To free some place on the hard drive, it can be useful to merge very close versions into one:
npm run merge -- v0.0.0 v0.0.1
This command will remove v0.0.0 and replace it with a symlink that points to v0.0.1