From 717a2bb2466656923100c36847d2a7deb1f2f405 Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 11 Feb 2019 15:43:43 -0300 Subject: [PATCH] quito test.html de post install --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 2b94e97..c3e8b84 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -83,7 +83,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