From b54b7555591a0b226f9833fd0360609c7a69fc19 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 25 Oct 2018 12:48:38 -0300 Subject: [PATCH] =?UTF-8?q?Primera=20versi=C3=B3n=20estable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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(), -- 1.9.1