mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +00:00
Build empty.html with the new widget mechanism
This commit is contained in:
parent
3ad3cfd526
commit
124a7bed95
8
nbld.sh
8
nbld.sh
@ -37,6 +37,14 @@ node ./tiddlywiki.js \
|
|||||||
--new_rendertiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/encrypted.html text/plain \
|
--new_rendertiddler $:/core/templates/tiddlywiki5.template.html $TW5_BUILD_OUTPUT/encrypted.html text/plain \
|
||||||
|| exit 1
|
|| 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
|
# Fifth, d3demo.html: wiki to demo d3 plugin
|
||||||
|
|
||||||
node ./tiddlywiki.js \
|
node ./tiddlywiki.js \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user