1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-21 18:23:13 +00:00

Update build's target defintions associated with external-js template.

This commit is contained in:
Cindy Ruan 2021-04-04 18:01:08 -07:00
parent fb79cd6f3f
commit dbcc0ead19
2 changed files with 6 additions and 6 deletions

View File

@ -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-]addsuffix<version>addsuffix[.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-]addsuffix<version>addsuffix[.js]]","text/plain"]
}
}
}

View File

@ -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-]addsuffix<version>addsuffix[.js]]","text/plain"]
},
"config": {
"retain-original-tiddler-path": true