mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
Updates to the batch files
We should build highlightdemo.html on Windows
This commit is contained in:
parent
809c441ab3
commit
43fb16f232
8
bld.cmd
8
bld.cmd
@ -89,6 +89,14 @@ node .\tiddlywiki.js ^
|
|||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
|
|
||||||
|
rem highlightdemo.html: wiki to demo highlight plugin
|
||||||
|
|
||||||
|
node .\tiddlywiki.js ^
|
||||||
|
.\editions\highlightdemo ^
|
||||||
|
--verbose ^
|
||||||
|
--rendertiddler $:/core/save/all %TW5_BUILD_OUTPUT%\highlightdemo.html text/plain ^
|
||||||
|
|| exit 1
|
||||||
|
|
||||||
rem Make the CNAME file that GitHub Pages requires
|
rem Make the CNAME file that GitHub Pages requires
|
||||||
|
|
||||||
echo tiddlywiki.com > %TW5_BUILD_OUTPUT%\CNAME
|
echo tiddlywiki.com > %TW5_BUILD_OUTPUT%\CNAME
|
||||||
|
2
bld.sh
2
bld.sh
@ -89,6 +89,8 @@ node ./tiddlywiki.js \
|
|||||||
--rendertiddler $:/core/save/all $TW5_BUILD_OUTPUT/markdowndemo.html text/plain \
|
--rendertiddler $:/core/save/all $TW5_BUILD_OUTPUT/markdowndemo.html text/plain \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
|
||||||
|
# highlightdemo.html: wiki to demo highlight plugin
|
||||||
|
|
||||||
node ./tiddlywiki.js \
|
node ./tiddlywiki.js \
|
||||||
./editions/highlightdemo \
|
./editions/highlightdemo \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user