Commit 0af1be0
authored
Move browser demo static assets to public/ for Vite (#3215)
The Vite migration removed the copy-assets.js script but didn't
move audio/ and image/ files into public/ (Vite's publicDir).
This caused speech.mp3, speech_stereo.mp3, and beach.jpg to be
missing from dist/ after build.
- Move audio/*.mp3 and image/*.jpg to public/
- Remove /public/ from .gitignore (was preventing tracking)
- Consolidate REFERENCES.md with all attribution info
- Remove now-empty audio/ and image/ directories1 parent 05da7e2 commit 0af1be0
8 files changed
Lines changed: 12 additions & 14 deletions
File tree
- demos/browser
- audio
- image
- public
- script
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
0 commit comments