Commit e7eddfb025ea6619324de350ce2c15f422de47d3
1 parent
41e3f0d5d2
Exists in
master
espacio entre () y {
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -64,7 +64,7 @@ gulp.task('pre-commit', function() { |
| 64 | 64 | ); |
| 65 | 65 | }); |
| 66 | 66 | |
| 67 | -gulp.task('clean-post-install', function(){ | |
| 67 | +gulp.task('clean-post-install', function() { | |
| 68 | 68 | return gulp.src(['src', 'tmp', '.jshintrc','readme.md', '.gitignore', 'gulpfile.js', |
| 69 | 69 | 'index.html'], {read: false}) |
| 70 | 70 | .pipe(clean()); |