diff --git a/demo-shell-ng2/gulpfile.js b/demo-shell-ng2/gulpfile.js index c9e752a533..dc4018ed2a 100644 --- a/demo-shell-ng2/gulpfile.js +++ b/demo-shell-ng2/gulpfile.js @@ -10,7 +10,7 @@ const tsconfig = require('tsconfig-glob'); // clean the contents of the distribution directory gulp.task('clean', function () { - return del('dist'); + return del('dist/*'); }); // copy static assets - i.e. non TypeScript compiled source