view build/generate_messages.sh @ 464:375301e024b5

Fixed 'bootom' to 'bottom'
author Ron Au <ronCYA@users.noreply.github.com>
date Thu, 25 Jun 2015 05:51:47 +1000
parents 04e3da2dd969
children
line wrap: on
line source

#!/bin/sh

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

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