blob: 06e80a2a8add0de73599694d96fc7ca4ed0c3665 [file] [log] [blame]
#!/bin/bash
CURRENTDIR=`pwd`
WORKDIR=/tmp/ooo-site
rm -rf $WORKDIR
mkdir -p $WORKDIR
cp assets/.htaccess $WORKDIR
# just bake and serve the site
./bake.sh -b -s . $WORKDIR