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