mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Update template used for deployment to TiddlyWeb
Missed from 5.0.0-alpha.16
This commit is contained in:
parent
489b40314b
commit
7a99fb1250
2
wbld.cmd
2
wbld.cmd
@ -15,7 +15,7 @@ rem Open the tw5tiddlyweb edition in TW5 and save the template for the main HTML
|
|||||||
node .\tiddlywiki.js ^
|
node .\tiddlywiki.js ^
|
||||||
editions\tw5tiddlyweb ^
|
editions\tw5tiddlyweb ^
|
||||||
--verbose ^
|
--verbose ^
|
||||||
--rendertiddler $:/core/templates/tiddlywiki5.template.html tmp\tiddlyweb.html text/plain ^
|
--rendertiddler $:/core/save/all tmp\tiddlyweb.html text/plain ^
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
rem Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file
|
rem Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file
|
||||||
|
2
wbld.sh
2
wbld.sh
@ -15,7 +15,7 @@ mkdir -p tmp
|
|||||||
node ./tiddlywiki.js \
|
node ./tiddlywiki.js \
|
||||||
editions/tw5tiddlyweb \
|
editions/tw5tiddlyweb \
|
||||||
--verbose \
|
--verbose \
|
||||||
--rendertiddler $:/core/templates/tiddlywiki5.template.html tmp/tiddlyweb.html text/plain \
|
--rendertiddler $:/core/save/all tmp/tiddlyweb.html text/plain \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
# Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file
|
# Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file
|
||||||
|
Loading…
Reference in New Issue
Block a user