Commit eb3552b
committed
fix: Track svelte dist files and add tests badge to README
The .gitignore had a bare `dist` entry which matched
askbot/media/svelte/dist/, preventing the built svelte JS files
from being tracked. This caused 26 test failures in CI due to
the |media template filter returning None for missing files.
Changed `dist` to `/dist` to only ignore the top-level build
output directory. Also added GitHub Actions test status badge
to README.md.1 parent 9341ad1 commit eb3552b
File tree
4 files changed
+5
-1
lines changed- askbot/media/svelte/dist
4 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments