Mercurial > piecrust2
comparison build/generate_messages.sh @ 3:f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
- Serving works, with debug window.
- Baking works, multi-threading, with dependency handling.
- Various things not implemented yet.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 10 Aug 2014 23:43:16 -0700 |
parents | |
children | 04e3da2dd969 |
comparison
equal
deleted
inserted
replaced
2:40fa08b261b9 | 3:f485ba500df3 |
---|---|
1 #!/bin/sh | |
2 | |
3 CUR_DIR="$( cd "$( dirname "$0" )" && pwd )" | |
4 CHEF=${CUR_DIR}/../bin/chef | |
5 OUT_DIR=${CUR_DIR}/../piecrust/res/messages | |
6 ROOT_DIR=${CUR_DIR}/messages | |
7 | |
8 $CHEF --root=$ROOT_DIR bake -o $OUT_DIR | |
9 rm ${OUT_DIR}/index.html |