mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 14:56:06 +00:00
Switch batch files to use the cook down the rabbithole
This commit is contained in:
@@ -7,8 +7,4 @@ mkdir -p tmp
|
|||||||
mkdir -p tmp/tw5
|
mkdir -p tmp/tw5
|
||||||
|
|
||||||
# cook TiddlyWiki5
|
# cook TiddlyWiki5
|
||||||
node ../../tiddlywiki.js \
|
node ../core/boot.js --verbose --savetiddler $:/core/tiddlywiki5.template.html tmp/tw5/index.html text/plain || exit 1
|
||||||
--recipe $PWD/tw5.com.recipe \
|
|
||||||
--store tiddlers \
|
|
||||||
--savewiki ../tmp/tw5 \
|
|
||||||
|| exit 1
|
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
node ../core/boot.js --verbose --wikitest ../../test/wikitests/ || exit 1
|
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
|
# run jshint
|
||||||
jshint ../core/*.js
|
jshint ../core/*.js
|
||||||
jshint ../core/modules/*.js
|
jshint ../core/modules/*.js
|
||||||
|
Reference in New Issue
Block a user