view build/generate_messages.sh @ 105:7d2fdf43d7ca

Property clean all caches when force baking, except the `app` cache.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 17 Sep 2014 21:49:25 -0700
parents f485ba500df3
children 04e3da2dd969
line wrap: on
line source

#!/bin/sh

CUR_DIR="$( cd "$( dirname "$0" )" && pwd )"
CHEF=${CUR_DIR}/../bin/chef
OUT_DIR=${CUR_DIR}/../piecrust/res/messages
ROOT_DIR=${CUR_DIR}/messages

$CHEF --root=$ROOT_DIR bake -o $OUT_DIR
rm ${OUT_DIR}/index.html