1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Improved batch file layout

This commit is contained in:
Jeremy Ruston 2012-04-07 12:13:34 +01:00
parent af7b69e778
commit ced1ed1d01

View File

@ -8,4 +8,8 @@ rm tmp/store/*.*
cp tiddlywiki5/store/*.* tmp/store
# cook TiddlyWiki5
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --store tmp/store --servewiki 8080 || exit 1
node tiddlywiki.js \
--recipe $PWD/tiddlywiki5/tiddlywiki5.recipe \
--store tmp/store \
--servewiki 8080 \
|| exit 1