Commit 61fa0ee0ddf3d43ed90bd7ce9ccf894da1f19545

Authored by Pablo Marco del Pont
1 parent b0e5d3dbb4
Exists in master

- Cambio según code review.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -77,6 +77,6 @@ gulp.task('clean-post-install', function(){
77 77  
78 78 gulp.task('default', ['webserver']);
79 79  
80   -gulp.task('watch', function(){
  80 +gulp.task('watch', function() {
81 81 gulp.watch([paths.srcJS, paths.srcViews], ['uglify'])
82 82 });