diff --git a/gulpfile.js b/gulpfile.js index 60707cb..3a100c2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,7 +47,6 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-botonera-facturador.js'), replace('src/views/', ''), - replace("'ngSanitize', 'onScreenKeyboard'", ''), gulp.dest(paths.tmp), rename('foca-botonera-facturador.min.js'), uglify(),