diff --git a/demo-shell-ng2/gulpfile.js b/demo-shell-ng2/gulpfile.js index f4494c775a..b38f046387 100644 --- a/demo-shell-ng2/gulpfile.js +++ b/demo-shell-ng2/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('compile', ['clean'], function () { .pipe(sourcemaps.init()) .pipe(typescript(tscConfig.compilerOptions)) .pipe(sourcemaps.write('.')) - .pipe(gulp.dest('dist/app')); + .pipe(gulp.dest('dist')); }); // update the tsconfig files based on the glob pattern