diff --git a/gulpfile.js b/gulpfile.js index 28d6ce4..92665c8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -81,7 +81,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()); });