1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Updates to the batch files

We should build highlightdemo.html on Windows
This commit is contained in:
Jermolene 2014-01-13 17:33:33 +00:00
parent 809c441ab3
commit 43fb16f232
3 changed files with 12 additions and 2 deletions

View File

@ -89,6 +89,14 @@ node .\tiddlywiki.js ^
|| 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
echo tiddlywiki.com > %TW5_BUILD_OUTPUT%\CNAME

2
bld.sh
View File

@ -89,6 +89,8 @@ node ./tiddlywiki.js \
--rendertiddler $:/core/save/all $TW5_BUILD_OUTPUT/markdowndemo.html text/plain \
|| exit 1
# highlightdemo.html: wiki to demo highlight plugin
node ./tiddlywiki.js \
./editions/highlightdemo \
--verbose \

File diff suppressed because one or more lines are too long