File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/bonsai/scripts/installation Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -74,5 +74,6 @@ echo Manually downloading some third party dependencies...
74
74
curl https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.js -o " %PACKAGE_PATH% \bonsai\bim\data\gantt\jsgantt.js"
75
75
curl https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css -o " %PACKAGE_PATH% \bonsai\bim\data\gantt\jsgantt.css"
76
76
curl -L https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl -o " %PACKAGE_PATH% \bonsai\bim\data\brick\Brick.ttl"
77
+ curl https://cdn.jsdelivr.net/npm/jquery@ 3.7.1/dist/jquery.min.js -o " %PACKAGE_PATH% \bonsai\bim\data\webui\static\js\jquery.min.js"
77
78
78
79
pause
Original file line number Diff line number Diff line change @@ -57,3 +57,5 @@ wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/d
57
57
wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css
58
58
cd " ${PACKAGE_PATH} /bonsai/bim/data/brick"
59
59
wget https://github.com/BrickSchema/Brick/releases/download/nightly/Brick.ttl
60
+ cd " ${PACKAGE_PATH} /bonsai/bim/data/webui/static/js"
61
+ wget https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
You can’t perform that action at this time.
0 commit comments