1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Refactored for ease of reading

This commit is contained in:
Jeremy Ruston 2012-04-10 13:52:15 +01:00
parent 6d6c860309
commit 0d8cdb9671

View File

@ -5,7 +5,10 @@ mkdir -p tmp
# cook tiddlywiki 2.6.5 with cook.js
mkdir -p tmp/newcooked
node tiddlywiki.js --recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/index.html.recipe --savewiki tmp/newcooked || exit 1
node tiddlywiki.js \
--recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/index.html.recipe \
--savewiki tmp/newcooked \
|| exit 1
# compare the two
diff tmp/newcooked/index.html test/tiddlywiki.2.6.5/target/index.2.6.5.html