Commit f5ccee355e95a2adb0c460e377c2434bd54a082e

Authored by Eric Fernandez
1 parent 34a92b896b
Exists in master

quito inyección con gulp

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
... ... @@ -39,7 +39,8 @@ gulp.task('uglify', ['templates'], function() {
39 39 'tmp/views.js'
40 40 ]),
41 41 concat('foca-busqueda-cliente.js'),
42   - replace("src/views/", ''),
  42 + replace("'ui.bootstrap'", ''),
  43 + replace('src/views/', ''),
43 44 gulp.dest(paths.tmp),
44 45 rename('foca-busqueda-cliente.min.js'),
45 46 uglify(),