Commit ee4262c6e842c440a31f39176cb64f5fb29905b3

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !12
... ... @@ -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