step forward

This commit is contained in:
Adam Bradley
2015-05-02 23:20:20 -05:00
parent a425061d90
commit aba2906b29
5 changed files with 35 additions and 19 deletions

View File

@ -14,7 +14,8 @@ echo "Running npm install in angular2..."
npm install
echo "Running gulp to build source..."
gulp build/transpile.js.dev.es6
gulp clean
gulp build.js
echo "--"
echo "-- DONE, gulp will work now --"