From 13d1c1ee4f1cdde14116acc8d206f5d3b569d6db Mon Sep 17 00:00:00 2001 From: Nicolas Guarnieri Date: Mon, 8 Oct 2018 22:54:47 +0000 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 654b94b..07757ae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ gulp.task('templates', function() { replace('views/', ''), htmlmin(), templateCache('views.js', { - module: 'focaBusquedaProductos', + module: 'focaCrearNotaPedido', root: '' }), gulp.dest(paths.tmp) @@ -38,9 +38,9 @@ gulp.task('uglify', ['templates'], function() { paths.srcJS, 'tmp/views.js' ]), - concat('foca-busqueda-productos.js'), + concat('foca-crear-nota-pedido.js'), gulp.dest(paths.tmp), - rename('foca-busqueda-productos.min.js'), + rename('foca-crear-nota-pedido.min.js'), uglify(), gulp.dest(paths.dist) ] -- 1.9.1