Commit fbfd31ba3a4ef104248725ebc2b02f1d00731d8c

Authored by Pablo Marco del Pont
1 parent 4d8ddd8cf6
Exists in master and in 1 other branch develop

Cambio según code review.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -46,6 +46,6 @@ gulp.task('clean-post-install', function(){
46 46 .pipe(clean());
47 47 });
48 48  
49   -gulp.task('watch', function(){
  49 +gulp.task('watch', function() {
50 50 return gulp.watch([paths.srcJS], ['uglify']);
51 51 });