update setup to use bootstrap theme

This commit is contained in:
Andrew Pamment 2018-02-05 21:11:00 +10:00
parent 4b5b7a14a2
commit c62e66c36a

View File

@ -30,7 +30,7 @@ if [ ! -e ./magicka.strings ]; then
fi
if [ ! -e ./www ]; then
ln -s dist/www www
ln -s dist/www-bootstrap www
fi
if [ ! -e ./logs ]; then