Browse Source

move graphvizlib.wasm into third_party folder and copy the file to ui static folder

tags/v0.5.0-beta
ph 5 years ago
parent
commit
01a24378f0
2 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build/scripts/ui.sh
  2. +0
    -0
      third_party/hpcc/graphvizlib.wasm

+ 2
- 0
build/scripts/ui.sh View File

@@ -26,6 +26,8 @@ build_ui() {


rm -f package-lock.json rm -f package-lock.json
rm -rf dist rm -rf dist
mkdir -p public/static/js
cp ../../third_party/hpcc/graphvizlib.wasm public/static/js


npm config set strict-ssl false npm config set strict-ssl false
npm config set unsafe-perm true npm config set unsafe-perm true


mindinsight/ui/public/static/js/graphvizlib.wasm → third_party/hpcc/graphvizlib.wasm View File


Loading…
Cancel
Save