mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
6255856205
Currently I'm building these files myself for use on tiddlyhost.com. I'm thinking it would be nicer if they were built and distributed by TiddlyWiki's own build automation, so this is a step towards that. The two new files that are created, "empty-external-core.js" and "tiddlywikicore-<version>.js" will appear alongside the existing "empty.html" and "empty.hta" when the TiddlyWiki site is deployed.
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
{
|
|
"description": "Empty edition",
|
|
"plugins": [
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--render","$:/core/save/all","index.html","text/plain"],
|
|
"empty": [
|
|
"--render","$:/core/save/all","empty.html","text/plain",
|
|
"--render","$:/core/save/all","empty.hta","text/plain"],
|
|
"emptyexternalcore": [
|
|
"--render","$:/core/save/offline-external-js","empty-external-core.html","text/plain",
|
|
"--render","$:/core/templates/tiddlywiki5.js","[[tiddlywikicore-]addsuffix<version>addsuffix[.js]]","text/plain"],
|
|
"externalimages": [
|
|
"--savetiddlers","[is[image]]","images",
|
|
"--setfield","[is[image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
|
"--setfield","[is[image]]","text","","text/plain",
|
|
"--render","$:/core/save/all","externalimages.html","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"]
|
|
}
|
|
}
|