fix(build): ensure that asset files are copied over to example directories

This commit is contained in:
Matias Niemelä
2015-06-10 16:51:46 -07:00
parent 355ab5b3a6
commit 60b97b27fa
3 changed files with 8 additions and 15 deletions

View File

@ -16,7 +16,6 @@ function killServer () {
serverPid=$!
./node_modules/.bin/gulp build.css.material&
./node_modules/.bin/gulp build.http.example&
trap killServer EXIT