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

Added export vault function to tools.

This commit is contained in:
Kyle Spearrin
2017-04-12 08:45:31 -04:00
parent 4f70911f58
commit 9e6c0f79ef
10 changed files with 187 additions and 2 deletions

View File

@@ -123,6 +123,10 @@ gulp.task('lib', ['clean:lib'], function () {
{
src: paths.npmDir + 'ng-infinite-scroll/build/ng-infinite-scroll.js',
dest: paths.libDir + 'ng-infinite-scroll'
},
{
src: paths.npmDir + 'papaparse/papaparse*.js',
dest: paths.libDir + 'papaparse'
}
];