mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
duo lib should be copied
This commit is contained in:
@@ -319,6 +319,10 @@ gulp.task('dist:move', function () {
|
|||||||
src: paths.npmDir + 'node-forge/dist/prime.worker.*',
|
src: paths.npmDir + 'node-forge/dist/prime.worker.*',
|
||||||
dest: paths.dist + 'lib/forge'
|
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',
|
src: paths.webroot + 'js/bw.min.js',
|
||||||
dest: paths.dist + 'js'
|
dest: paths.dist + 'js'
|
||||||
|
|||||||
Reference in New Issue
Block a user