Build empty.html with the new widget mechanism

print-window-tiddler
Jeremy Ruston 2013-10-27 13:54:09 +00:00
rodzic 3ad3cfd526
commit 124a7bed95
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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 \