From 2eb43ae1e31193b20bb56a5b8fb01ce0dffa0b41 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 8 Oct 2018 17:16:42 -0300 Subject: [PATCH] cofiguracion de gulp --- gulpfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 209ccfd..4d5f193 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ gulp.task('templates', function() { replace('views/', ''), htmlmin(), templateCache('views.js', { - module: 'focaBusquedaProductos', + module: 'focaModalVendedores', root: '' }), gulp.dest(paths.tmp) @@ -38,9 +38,9 @@ gulp.task('uglify', function() { paths.srcJS, 'tmp/views.js' ]), - concat('foca-busqueda-productos.js'), + concat('foca-modal-vendedores.js'), gulp.dest(paths.tmp), - rename('foca-busqueda-productos.min.js'), + rename('foca-modal-vendedores.min.js'), uglify(), gulp.dest(paths.dist) ] -- 1.9.1