Commit 8737131de9c0c73cdb3a2ca3ae4d4de023e8d0f8
1 parent
434d2b11fe
Exists in
master
and in
2 other branches
fuera gulp replace
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
gulpfile.js
... | ... | @@ -47,7 +47,6 @@ gulp.task('uglify', ['templates'], function() { |
47 | 47 | ]), |
48 | 48 | concat('foca-botonera-facturador.js'), |
49 | 49 | replace('src/views/', ''), |
50 | - replace("'ngSanitize', 'onScreenKeyboard'", ''), | |
51 | 50 | gulp.dest(paths.tmp), |
52 | 51 | rename('foca-botonera-facturador.min.js'), |
53 | 52 | uglify(), |