diff --git a/demo-shell-ng2/gulpfile.js b/demo-shell-ng2/gulpfile.js index 90c9f0a7e3..c9e752a533 100644 --- a/demo-shell-ng2/gulpfile.js +++ b/demo-shell-ng2/gulpfile.js @@ -78,3 +78,4 @@ gulp.task('serve', ['build'], function() { gulp.task('build', ['tslint', 'copy:assets', 'copy:libs', 'copy:typings', 'compile']); gulp.task('dev', ['build', 'serve'], reload); gulp.task('default', ['build']); +gulp.task('buildAndReload', ['build'], reload);