1
0
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:
Jeremy Ruston 2012-05-05 14:49:01 +01:00
parent 192a5660a0
commit 756175f63d
2 changed files with 1 additions and 7 deletions

View File

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

View File

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