diff --git a/gulpfile.js b/gulpfile.js index 64618e5..e99eb2d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -67,4 +67,10 @@ gulp.task('webserver', function() { ] }); +gulp.task('clean-post-install', function(){ + return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', + 'index.html'], {read: false}) + .pipe(clean()); +}); + gulp.task('default', ['webserver']); \ No newline at end of file