Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
YPetremann committed Dec 14, 2024
1 parent a9db2dd commit bbab79e
Show file tree
Hide file tree
Showing 28 changed files with 6,853 additions and 8,721 deletions.
6 changes: 0 additions & 6 deletions .htmlvalidate.json

This file was deleted.

1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

Binary file added bun.lockb
Binary file not shown.
15 changes: 0 additions & 15 deletions cypress.config.js

This file was deleted.

117 changes: 0 additions & 117 deletions cypress/e2e/fancy-anki-cards.cy.js

This file was deleted.

25 changes: 0 additions & 25 deletions cypress/support/commands.js

This file was deleted.

12 changes: 0 additions & 12 deletions cypress/support/component-index.html

This file was deleted.

27 changes: 0 additions & 27 deletions cypress/support/component.js

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/support/e2e.js

This file was deleted.

57 changes: 0 additions & 57 deletions cypress/support/hmr.js

This file was deleted.

Binary file removed cypress/videos/1-getting-started/todo.cy.js.mp4
Binary file not shown.
4 changes: 3 additions & 1 deletion fakeAnki/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { replaceHTML } from "./replaceHtml";
import deck from "/deck.yaml";
import rawDeck from "/deck.yaml?raw";
import front from "/front.html?raw";
import back from "/back.html?raw";
import style from "/style.css?raw";
import YAML from "yaml";

const deck = YAML.parse(rawDeck);
//const deck = await fetch("/deck.json").then((r) => r.json());
//const front = await fetch("/front.html").then((r) => r.text());
//const back = await fetch("/back.html").then((r) => r.text());
Expand Down
1 change: 0 additions & 1 deletion lib/FancyAnkiCards.css

This file was deleted.

Loading

0 comments on commit bbab79e

Please sign in to comment.