Commit 39f02c6899c2356c973579a60168672ece09d54a

Authored by Eric
1 parent 78630a96dc
Exists in master and in 1 other branch develop

uglify

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -48,6 +48,7 @@ gulp.task('uglify-app', function() {
48 48 replace('src/views/', ''),
49 49 gulp.dest(paths.tmp),
50 50 rename('foca-crear-remito.min.js'),
  51 + uglify(),
51 52 gulp.dest(paths.dist)
52 53 ]
53 54 );