mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 04:39:10 +00:00
Switch batch files to use the cook down the rabbithole
This commit is contained in:
parent
192a5660a0
commit
756175f63d
@ -7,8 +7,4 @@ mkdir -p tmp
|
||||
mkdir -p tmp/tw5
|
||||
|
||||
# cook TiddlyWiki5
|
||||
node ../../tiddlywiki.js \
|
||||
--recipe $PWD/tw5.com.recipe \
|
||||
--store tiddlers \
|
||||
--savewiki ../tmp/tw5 \
|
||||
|| exit 1
|
||||
node ../core/boot.js --verbose --savetiddler $:/core/tiddlywiki5.template.html tmp/tw5/index.html text/plain || exit 1
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
node ../core/boot.js --verbose --wikitest ../../test/wikitests/ || exit 1
|
||||
|
||||
node ../core/boot.js --verbose --savetiddler $:/core/tiddlywiki5.template.html ../tmp/tw5/rabbit.html text/plain || exit 1
|
||||
|
||||
# run jshint
|
||||
jshint ../core/*.js
|
||||
jshint ../core/modules/*.js
|
||||
|
Loading…
Reference in New Issue
Block a user