From 37611324308a19bf119a7ce7134b55bedd8858b3 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 14:03:33 -0300 Subject: [PATCH] =?UTF-8?q?tarea=20para=20eliminar=20archivos=20despu?= =?UTF-8?q?=C3=A9s=20de=20instalar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index e88e020..00beecd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,3 +39,8 @@ gulp.task('pre-commit', function() { gulp.start('uglify'); }); + +gulp.task('clean-post-install', function(){ + return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js'], {read: false}) + .pipe(clean()); +}); -- 1.9.1