1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 09:50:27 +00:00

Automatically build the readme file

This commit is contained in:
Jeremy Ruston 2012-01-15 11:45:58 +00:00
parent 1cf8efbdcf
commit 6ec259ca38

3
tw5.sh
View File

@ -7,7 +7,8 @@ mkdir -p tmp
mkdir -p tmp/tw5
# cook TiddlyWiki5
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --savewiki tmp/tw5 || exit 1
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --savewiki tmp/tw5 --savetiddler ReadMe readme.html || exit 1
# open the result
#open -a /Applications/Google\ Chrome.app tmp/tw5/index.html