Try adding the following command and using it to generate the HTML file:
"build": {
"index": [
"--rendertiddler",
"$:/plugins/tiddlywiki/tiddlyweb/save/offline",
"index.html",
"text/plain"
],
example:
https://github.com/saqimtiaz/streams/blob/master/tiddlywiki.info#L12
On Wednesday, October 7, 2020 at 1:21:52 AM UTC+2, Rika Sukenik wrote:
>
> hi! i'm getting 3 XMLhttpRequest errors when my page loads. You can see
> the errors here: www.rikasukenik.com
>
> the errors appeared after I made the below updates to my tiddliwiki.info
> file. I made the edits because I had an issue yesterday with site
> non-responsiveness after using --build static. Javascript was not included
> in the static html file. I got some guidance to add a test command, but now
> I'm getting these XMLhttpRequest errors.
>
> I appreciate some eyes on this problem! thank you!
>
> "test": [
> "--rendertiddler",
> "$:/core/save/all",
> "index.html",
> "text/plain",
> "--rendertiddler",
> "$:/core/templates/static.template.css",
> "static/static.css",
> "text/plain"
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/73e73751-5327-4cbf-9a2a-30200f8bef0bo%40googlegroups.com.