From 99e5068c25ba76ea5104fbaa5a0f7bf9c51a3004 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 18 Oct 2018 12:17:51 -0300 Subject: [PATCH] =?UTF-8?q?espacio=20despu=C3=A9s=20de=20la=20coma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 946152e..6f31e8f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('uglify', ['templates'], function() { rename('foca-crear-nota-pedido.min.js'), uglify(), replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ - '"focaModalPetroleras","focaBusquedaCliente"',''), + '"focaModalPetroleras","focaBusquedaCliente"', ''), gulp.dest(paths.dist) ] ); -- 1.9.1