Build TW5 to the github repo for publication

print-window-tiddler
Jeremy Ruston 2012-06-21 12:40:07 +01:00
rodzic 5420ee9724
commit fb594cf394
1 zmienionych plików z 2 dodań i 2 usunięć

4
bld.sh
Wyświetl plik

@ -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