1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

update and cleanup libs

This commit is contained in:
Kyle Spearrin
2017-05-04 00:10:10 -04:00
parent 00d97d0de7
commit 8c3a70e29c
2 changed files with 13 additions and 18 deletions

View File

@@ -80,10 +80,6 @@ gulp.task('lib', ['clean:lib'], function () {
src: paths.npmDir + 'angular-animate/angular-animate.js',
dest: paths.libDir + 'angular-animate'
},
{
src: paths.npmDir + 'angular-ui-bootstrap/dist/*tpls*.js',
dest: paths.libDir + 'angular-ui-bootstrap'
},
{
src: paths.npmDir + 'angular-ui-router/release/angular-ui-router.js',
dest: paths.libDir + 'angular-ui-router'