Commit d46e9176976d6e3053626e01a8da9c8dd28711f0

Authored by Nicolás Guarnieri
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !4
... ... @@ -80,3 +80,7 @@ gulp.task('webserver', function() {
80 80 });
81 81  
82 82 gulp.task('default', ['webserver']);
  83 +
  84 +gulp.task('watch', function() {
  85 + gulp.watch([paths.srcJS, paths.srcViews], ['uglify']);
  86 +});