Commit b54b7555591a0b226f9833fd0360609c7a69fc19
1 parent
9127911099
Exists in
master
and in
1 other branch
Primera versión estable
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -47,6 +47,7 @@ gulp.task('uglify', ['templates'], function() { |
| 47 | 47 | ]), |
| 48 | 48 | concat('foca-teclado.js'), |
| 49 | 49 | replace('src/views/', ''), |
| 50 | + replace("'ngSanitize', 'onScreenKeyboard'", ''), | |
| 50 | 51 | gulp.dest(paths.tmp), |
| 51 | 52 | rename('foca-teclado.min.js'), |
| 52 | 53 | uglify(), |