1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/rabbithole/bld.sh
Jeremy Ruston d93bbbbe7b Introduce plugin module mechanism
See the readme for details
2012-04-30 12:23:03 +01:00

15 lines
263 B
Bash
Executable File

#!/bin/sh
# build TiddlyWiki5
# create a temporary directory if it doesn't already exist
mkdir -p tmp
mkdir -p tmp/tw5
# cook TiddlyWiki5
node ../tiddlywiki.js \
--recipe $PWD/tw5.com/tw5.com.recipe \
--store tw5.com/store \
--savewiki tmp/tw5 \
|| exit 1