1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 23:10:46 +00:00

Build empty.html with the new widget mechanism

This commit is contained in:
Jeremy Ruston 2013-10-27 13:54:09 +00:00
parent 3ad3cfd526
commit 124a7bed95

View File

@ -37,6 +37,14 @@ node ./tiddlywiki.js \
--new_rendertiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/encrypted.html text/plain \
|| exit 1
# Third, empty.html: empty wiki for reuse
node ./tiddlywiki.js \
./editions/empty \
--verbose \
--new_rendertiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/empty.html text/plain \
|| exit 1
# Fifth, d3demo.html: wiki to demo d3 plugin
node ./tiddlywiki.js \