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:
parent
fb79cd6f3f
commit
dbcc0ead19
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user