Skip to content

Commit

Permalink
Switch to Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 15, 2023
1 parent f6063f8 commit 3561b80
Show file tree
Hide file tree
Showing 8 changed files with 451 additions and 1,504 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ updates:
babylon:
patterns:
- "@babylonjs*"
webpack:
patterns:
- "webpack*"
- "ts-loader"

- package-ecosystem: "pip"
directory: "/docs"
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:
post_install:
# Build visualiser
- cd visualiser && npm ci
- cd visualiser && npx webpack build
- cd visualiser && npm run build

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Set-Location ../visualiser
npm update --save
npx webpack build
npm run build
Set-Location ../docs
pip install --user -r requirements.txt --upgrade --upgrade-strategy eager
python -m sphinx . _build -E -a
Loading

0 comments on commit 3561b80

Please sign in to comment.