From 39f02c6899c2356c973579a60168672ece09d54a Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 22 Mar 2019 17:23:40 -0300 Subject: [PATCH] uglify --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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) ] ); -- 1.9.1