Skip to content

Commit 9f53194

Browse files
committed
Remove examples manifest generation script, manually maintain order
1 parent b71e9f1 commit 9f53194

4 files changed

Lines changed: 5 additions & 31 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ https://view.pathsim.org/?modelgh=pathsim/pathview/static/examples/feedback-syst
536536
| `npm run extract:simulation` | Simulation params only |
537537
| `npm run extract:deps` | Dependencies only |
538538
| `npm run extract:validate` | Validate config files |
539-
| `npm run examples` | Generate examples manifest |
540539

541540
---
542541

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"extract:simulation": "python scripts/extract.py --simulation",
1111
"extract:deps": "python scripts/extract.py --deps",
1212
"extract:validate": "python scripts/extract.py --validate",
13-
"examples": "node scripts/generate-examples-manifest.js",
14-
"dev": "npm run examples && vite dev",
15-
"build": "npm run examples && vite build",
13+
"dev": "vite dev",
14+
"build": "vite build",
1615
"preview": "vite preview",
1716
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1817
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

scripts/generate-examples-manifest.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

static/examples/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"files": [
33
"feedback-system.json",
4-
"pid-subsystem.json",
54
"squarewave-lpf.json",
6-
"bouncing-ball.json",
5+
"pid-subsystem.json",
6+
"thermostat.json",
77
"cascade-subsystem.json",
8+
"bouncing-ball.json",
89
"fmcw-radar.json",
9-
"thermostat.json",
1010
"vanderpol.json"
1111
]
1212
}

0 commit comments

Comments
 (0)