From 14a434d6844fdf6e019a1648c28f6825ee7b9bcc Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 19 Apr 2016 15:30:18 +0100 Subject: [PATCH] #33 fix dist folder --- demo-shell-ng2/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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