From 7a99fb12501611b13b6a48255226e2529f363329 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 11 Dec 2013 07:37:08 +0000 Subject: [PATCH] Update template used for deployment to TiddlyWeb Missed from 5.0.0-alpha.16 --- wbld.cmd | 2 +- wbld.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wbld.cmd b/wbld.cmd index 33fc1ee37..3a7b04526 100644 --- a/wbld.cmd +++ b/wbld.cmd @@ -15,7 +15,7 @@ rem Open the tw5tiddlyweb edition in TW5 and save the template for the main HTML node .\tiddlywiki.js ^ editions\tw5tiddlyweb ^ --verbose ^ - --rendertiddler $:/core/templates/tiddlywiki5.template.html tmp\tiddlyweb.html text/plain ^ + --rendertiddler $:/core/save/all tmp\tiddlyweb.html text/plain ^ || exit 1 rem Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file diff --git a/wbld.sh b/wbld.sh index 9d685fa16..16225eef3 100755 --- a/wbld.sh +++ b/wbld.sh @@ -15,7 +15,7 @@ mkdir -p tmp node ./tiddlywiki.js \ editions/tw5tiddlyweb \ --verbose \ - --rendertiddler $:/core/templates/tiddlywiki5.template.html tmp/tiddlyweb.html text/plain \ + --rendertiddler $:/core/save/all tmp/tiddlyweb.html text/plain \ || exit 1 # Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file