Commit 717a2bb2466656923100c36847d2a7deb1f2f405
1 parent
0fee2482f2
Exists in
master
quito test.html de post install
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
gulpfile.js
| ... | ... | @@ -83,7 +83,7 @@ gulp.task('pre-commit', function() { | 
| 83 | 83 | |
| 84 | 84 | gulp.task('clean-post-install', function() { | 
| 85 | 85 | return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', | 
| 86 | - 'index.html', 'spec'], {read: false}) | |
| 86 | + 'index.html', 'spec', 'test.html'], {read: false}) | |
| 87 | 87 | .pipe(clean()); | 
| 88 | 88 | }); | 
| 89 | 89 |