mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
The move to Sveltekit broke the 'card info during review' add-on and its descendants. This didn't get noticed in 24.11 due to the old card-info.js file still being shipped. I considered adding back the card-info.js generation, but it ended up being simpler to move parts of the add-on into a separate page instead. This is a stop-gap solution - in the future I'd like to get us to a point where such component compositions can be done by add-ons, and don't need to be done as part of Anki's build process. Related: #3187 |
||
|---|---|---|
| .. | ||
| editable | ||
| editor | ||
| html-filter | ||
| icons | ||
| lib | ||
| mathjax | ||
| reviewer | ||
| routes | ||
| src | ||
| tools | ||
| .gitignore | ||
| bundle_svelte.mjs | ||
| bundle_ts.mjs | ||
| licenses.json | ||
| page.html | ||
| README.md | ||
| svelte.config.js | ||
| transform_ts.mjs | ||
| tsconfig.json | ||
| tsconfig_legacy.json | ||
| vite.config.ts | ||
| yarn.sh | ||
Anki's TypeScript and Sass dependencies. Some TS/JS code is also stored separately in ../qt/aqt/data/web/.
To update all dependencies:
./update.sh
To add a new dev dependency, use something like:
./add.sh -D @rollup/plugin-alias