#!/bin/bash

sudo rm -rf template
git clone git@git.benmu-health.org:fe/weex-eros.git
cd weex-eros
git checkout dev
cd ..
mv weex-eros template/
cp template/.gitignore ./
mv template/.gitignore template/gitignore
sudo rm -rf template/.git
sudo rm -rf template/fe/src/js/widget
sudo rm template/fe/src/js/config/base.js