#!/bin/bash
set -e
cd $(dirname $0)/..
npm install -g bower ember-cli
npm install
bower --allow-root install
git submodule init
git submodule update
npm build