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