From 124a7bed951a1a7e10d5b29095d546640620c851 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 27 Oct 2013 13:54:09 +0000 Subject: [PATCH] Build empty.html with the new widget mechanism --- nbld.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nbld.sh b/nbld.sh index 042181f4c..fa05689ce 100755 --- a/nbld.sh +++ b/nbld.sh @@ -37,6 +37,14 @@ node ./tiddlywiki.js \ --new_rendertiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/encrypted.html text/plain \ || exit 1 +# Third, empty.html: empty wiki for reuse + +node ./tiddlywiki.js \ + ./editions/empty \ + --verbose \ + --new_rendertiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/empty.html text/plain \ + || exit 1 + # Fifth, d3demo.html: wiki to demo d3 plugin node ./tiddlywiki.js \