Segment working again

This commit is contained in:
Max Lynch
2015-05-12 13:51:23 -05:00
parent 392e751ee5
commit aadb176a4e
5 changed files with 33 additions and 13 deletions

View File

@ -20,6 +20,16 @@ var exec = require('child_process').exec;
// !!! TEMP HACK !!!
// first run ./update-angular.sh
gulp.task('build', function() {
runSequence(
'clean',
'ionic.copy.js',
'ionic.examples',
'sass');
})
gulp.task('watch', function() {
runSequence(