1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-24 16:06:58 +00:00

Build TW5 to the github repo for publication

This commit is contained in:
Jeremy Ruston 2012-06-21 12:40:07 +01:00
parent 5420ee9724
commit fb594cf394

4
bld.sh
View File

@ -13,8 +13,8 @@ pushd tw5.com > /dev/null
node ../core/boot.js \ node ../core/boot.js \
--verbose \ --verbose \
--savetiddler ReadMe ../readme.md text/html \ --savetiddler ReadMe ../readme.md text/html \
--savetiddler $:/core/templates/tiddlywiki5.template.html ../tmp/tw5/index.html text/plain \ --savetiddler $:/core/templates/tiddlywiki5.template.html ../../jermolene.github.com/index.html text/plain \
--savetiddler $:/core/templates/static.template.html ../tmp/tw5/static.html text/plain \ --savetiddler $:/core/templates/static.template.html ../../jermolene.github.com/static.html text/plain \
|| exit 1 || exit 1
popd > /dev/null popd > /dev/null