Commit d6b53313cf9dbf1a1ddbe069d8906572cb4a0309
1 parent
e92e5f4d56
Exists in
master
Espacios
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -47,7 +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 | + replace("'ngSanitize', 'onScreenKeyboard'", ''), | |
| 51 | 51 | gulp.dest(paths.tmp), |
| 52 | 52 | rename('foca-teclado.min.js'), |
| 53 | 53 | uglify(), |