mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
b61aef27d7
* external-js file naming adjusted. import docs form tw5.com. make external-js more visible * add comment about doc usage in server-external-js edition * add changes suggested by cdruan * change modifed date to start vercel rebuild process
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
{
|
|
"description": "Client-server edition with external tiddlywiki.js",
|
|
"plugins": [
|
|
"tiddlywiki/tiddlyweb",
|
|
"tiddlywiki/filesystem"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"listen": [
|
|
"--listen","root-tiddler=$:/core/save/all-external-js","use-browser-cache=yes"],
|
|
"index": [
|
|
"--render","$:/core/save/offline-external-js","[[external-]addsuffix<version>addsuffix[.html]]","text/plain",
|
|
"--render","$:/core/templates/tiddlywiki5.js","[[tiddlywikicore-]addsuffix<version>addsuffix[.js]]","text/plain"],
|
|
"static": [
|
|
"--render","$:/core/templates/static.template.html","static.html","text/plain",
|
|
"--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
|
"--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain",
|
|
"--render","$:/core/templates/static.template.css","static/static.css","text/plain"],
|
|
"tiddlywikicore": [
|
|
"--render","$:/core/templates/tiddlywiki5.js","[[tiddlywikicore-]addsuffix<version>addsuffix[.js]]","text/plain"]
|
|
}
|
|
}
|