mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
added q promise library. moving cipher service functions out into application services and domain models.
This commit is contained in:
@@ -96,6 +96,10 @@ gulp.task('lib', ['clean:lib'], function () {
|
||||
{
|
||||
src: paths.npmDir + 'clipboard/dist/clipboard.js',
|
||||
dest: paths.libDir + 'clipboard'
|
||||
},
|
||||
{
|
||||
src: paths.npmDir + 'q/q.js',
|
||||
dest: paths.libDir + 'q'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user