From 8980927b54a2c49eec6075dd557a1a01195c6dd0 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 9 Mar 2021 09:23:46 +0000 Subject: [PATCH] Build empty.html with the main edition So that we get the OfficialPluginLibrary tiddler added in c69a3e827 included in the empty prerelease --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index f896abcac..5bd4de5ba 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -107,7 +107,7 @@ node $TW5_BUILD_TIDDLYWIKI \ # /empty.html Empty # /empty.hta For Internet Explorer node $TW5_BUILD_TIDDLYWIKI \ - ./editions/empty \ + $TW5_BUILD_MAIN_EDITION \ --verbose \ --output $TW5_BUILD_OUTPUT \ --build empty \