Commit 13d1c1ee4f1cdde14116acc8d206f5d3b569d6db
1 parent
0fa3808740
Exists in
master
and in
1 other branch
Update gulpfile.js
Showing
1 changed file
with
3 additions
and
3 deletions
 
Show diff stats
gulpfile.js
| ... | ... | @@ -23,7 +23,7 @@ gulp.task('templates', function() { | 
| 23 | 23 | replace('views/', ''), | 
| 24 | 24 | htmlmin(), | 
| 25 | 25 | templateCache('views.js', { | 
| 26 | - module: 'focaBusquedaProductos', | |
| 26 | + module: 'focaCrearNotaPedido', | |
| 27 | 27 | root: '' | 
| 28 | 28 | }), | 
| 29 | 29 | gulp.dest(paths.tmp) | 
| ... | ... | @@ -38,9 +38,9 @@ gulp.task('uglify', ['templates'], function() { | 
| 38 | 38 | paths.srcJS, | 
| 39 | 39 | 'tmp/views.js' | 
| 40 | 40 | ]), | 
| 41 | - concat('foca-busqueda-productos.js'), | |
| 41 | + concat('foca-crear-nota-pedido.js'), | |
| 42 | 42 | gulp.dest(paths.tmp), | 
| 43 | - rename('foca-busqueda-productos.min.js'), | |
| 43 | + rename('foca-crear-nota-pedido.min.js'), | |
| 44 | 44 | uglify(), | 
| 45 | 45 | gulp.dest(paths.dist) | 
| 46 | 46 | ] |