diff --git a/gulpfile.js b/gulpfile.js index 842f64d..26dffa1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -80,7 +80,7 @@ gulp.task('pre-commit', function() { gulp.task('clean-post-install', function() { return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', - 'index.html', 'spec'], {read: false}) + 'index.html', 'spec', 'test.html'], {read: false}) .pipe(clean()); });