Skip to content

Commit f22c5c5

Browse files
authored
Update README.md
1 parent 19a26e3 commit f22c5c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ So your existing backend responsibility is to load the generated `.html` then re
134134

135135
## 📈 TODO / Possible Improvement
136136

137-
- [ ] update `<!-- MODIFIED TIME` generated comment from highest modification date of dependencies, eg. if `a.svelte` depends on `b.js` and `_c.svelte`, the resulting `a.html` html comment should be max modification date of those three
137+
- [ ] update `<!-- MODIFIED TIME` generated comment from highest modification date of dependencies, eg. if `a.svelte` depends on `b.js` and `_c.svelte`, the resulting `a.html` html comment should be max modification date of those three
138+
- [ ] prevent generating full path comment on the upper part of the html (what svelte file being included), it should be only relative path starting from project folder
138139
- [ ] generate bundled javascript `[name].min.js` foreach `[name].svelte` file that will imported by generated `[name].html`, to reduce overhead when page's bundled reactivity code size is very big, only when svelte file doesn't contain Z-template special keywords, so the code might look like this:
139140
```html
140141
`_layout.html`:

0 commit comments

Comments
 (0)