From dbcc0ead1908b8b4f1b39a93e521a4817c9bfb5e Mon Sep 17 00:00:00 2001 From: Cindy Ruan <80615570+cdruan@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:01:08 -0700 Subject: [PATCH] Update build's target defintions associated with external-js template. --- editions/server-external-js/tiddlywiki.info | 8 ++++---- editions/tw5.com/tiddlywiki.info | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editions/server-external-js/tiddlywiki.info b/editions/server-external-js/tiddlywiki.info index 349e1704e..b54c9c2c8 100644 --- a/editions/server-external-js/tiddlywiki.info +++ b/editions/server-external-js/tiddlywiki.info @@ -14,13 +14,13 @@ "--listen","root-tiddler=$:/core/save/all-external-js"], "index": [ "--rendertiddler","$:/core/save/offline-external-js","index.html","text/plain", - "--rendertiddler","$:/core/templates/tiddlywiki5.js","tiddlywiki5.js","text/plain"], + "--render","$:/core/templates/twcore.js","[[twcore-]addsuffixaddsuffix[.js]]","text/plain"], "static": [ "--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain", "--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain", "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain", "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"], - "tiddlywiki5.js": [ - "--rendertiddler","$:/core/templates/tiddlywiki5.js","tiddlywiki5.js","text/plain"] + "twcore": [ + "--render","$:/core/templates/twcore.js","[[twcore-]addsuffixaddsuffix[.js]]","text/plain"] } -} \ No newline at end of file +} diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info index 0fd35f6ae..c4ffcac36 100644 --- a/editions/tw5.com/tiddlywiki.info +++ b/editions/tw5.com/tiddlywiki.info @@ -52,8 +52,8 @@ "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain", "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"], "external-js": [ - "--rendertiddler","$:/core/save/all-external-js","index.html","text/plain", - "--rendertiddler","$:/core/templates/tiddlywiki5.js","tiddlywiki.js","text/plain"] + "--rendertiddler","$:/core/save/offline-external-js","index.html","text/plain", + "--render","$:/core/templates/twcore.js","[[twcore-]addsuffixaddsuffix[.js]]","text/plain"] }, "config": { "retain-original-tiddler-path": true