From 72bb9649215fa05b743240b5e8a6bf6ec4a9920b Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 11 Feb 2019 15:34:32 -0300 Subject: [PATCH] saco archivo test.html en post install --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 842f64d..26dffa1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,7 +80,7 @@ gulp.task('pre-commit', function() { gulp.task('clean-post-install', function() { return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', - 'index.html', 'spec'], {read: false}) + 'index.html', 'spec', 'test.html'], {read: false}) .pipe(clean()); }); -- 1.9.1