Commit ee4262c6e842c440a31f39176cb64f5fb29905b3
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
Master(efernandez) See merge request !12
Showing
1 changed file
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 |