Commit 72bb9649215fa05b743240b5e8a6bf6ec4a9920b
1 parent
77ce4d0b16
Exists in
master
saco archivo test.html en post install
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
... | ... | @@ -80,7 +80,7 @@ gulp.task('pre-commit', function() { |
80 | 80 | |
81 | 81 | gulp.task('clean-post-install', function() { |
82 | 82 | return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', |
83 | - 'index.html', 'spec'], {read: false}) | |
83 | + 'index.html', 'spec', 'test.html'], {read: false}) | |
84 | 84 | .pipe(clean()); |
85 | 85 | }); |
86 | 86 |