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) ]