mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
duo lib should be copied
This commit is contained in:
parent
24056163dd
commit
83274ad7a4
@ -319,6 +319,10 @@ gulp.task('dist:move', function () {
|
||||
src: paths.npmDir + 'node-forge/dist/prime.worker.*',
|
||||
dest: paths.dist + 'lib/forge'
|
||||
},
|
||||
{
|
||||
src: paths.npmDir + 'duo_web_sdk/index.js',
|
||||
dest: paths.dist + 'lib/duo'
|
||||
},
|
||||
{
|
||||
src: paths.webroot + 'js/bw.min.js',
|
||||
dest: paths.dist + 'js'
|
||||
|
Loading…
Reference in New Issue
Block a user