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