Commit 2eb43ae1e31193b20bb56a5b8fb01ce0dffa0b41

Authored by Eric Fernandez
1 parent 11d432469a
Exists in master

cofiguracion de gulp

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
... ... @@ -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: 'focaModalVendedores',
27 27 root: ''
28 28 }),
29 29 gulp.dest(paths.tmp)
... ... @@ -38,9 +38,9 @@ gulp.task('uglify', function() {
38 38 paths.srcJS,
39 39 'tmp/views.js'
40 40 ]),
41   - concat('foca-busqueda-productos.js'),
  41 + concat('foca-modal-vendedores.js'),
42 42 gulp.dest(paths.tmp),
43   - rename('foca-busqueda-productos.min.js'),
  43 + rename('foca-modal-vendedores.min.js'),
44 44 uglify(),
45 45 gulp.dest(paths.dist)
46 46 ]