8000 Update installation scripts on documentation · IfcOpenShell/IfcOpenShell@320a4cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 320a4cf

Browse files
theseyanMoult
authored andcommitted
Update installation scripts on documentation
1 parent 77ed64a commit 320a4cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/bonsai/scripts/installation/dev_environment.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ echo Manually downloading some third party dependencies...
7474
curl https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.js -o "%PACKAGE_PATH%\bonsai\bim\data\gantt\jsgantt.js"
7575
curl https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css -o "%PACKAGE_PATH%\bonsai\bim\data\gantt\jsgantt.css"
7676
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"
7778

7879
pause

src/bonsai/scripts/installation/dev_environment.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/d
5757
wget https://raw.githubusercontent.com/jsGanttImproved/jsgantt-improved/master/dist/jsgantt.css
5858
cd "${PACKAGE_PATH}/bonsai/bim/data/brick"
5959
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

0 commit comments

Comments
 (0)
0