view build/generate_messages.sh @ 110:7f00176a3b4d

Prepare the server to support background asset pipelines.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 16 Oct 2014 08:19:02 -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