From 951887d15fc22c483503366a55b1ee42c2c5c682 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 15:26:26 -0300 Subject: [PATCH] creo tarea clean-post-install --- gulpfile.js | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.9.1