This commit is contained in:
Adam Bradley
2015-05-12 10:17:17 -05:00
parent e28e19fa09
commit 5e45f030d4
7 changed files with 18 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ gulp.task('sass', function() {
console.log(err)
}
}))
.pipe(gulp.dest('dist/css'));
.pipe(gulp.dest('../angular-ionic/dist/js/dev/es5/css'));
});