From 50419fa5af29079aa6462c63ad73c747d19a7fb4 Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 11 Feb 2019 15:36:05 -0300 Subject: [PATCH] elimino test.html en post install --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 28d6ce4..92665c8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -81,7 +81,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