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