diff --git a/gulpfile.js b/gulpfile.js index e7b90f8..ed0428f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -48,6 +48,7 @@ gulp.task('uglify-app', function() { replace('src/views/', ''), gulp.dest(paths.tmp), rename('foca-crear-remito.min.js'), + uglify(), gulp.dest(paths.dist) ] );