duo lib should be copied

This commit is contained in:
Kyle Spearrin 2017-07-24 11:10:31 -04:00
parent 24056163dd
commit 83274ad7a4
1 changed files with 4 additions and 0 deletions

View File

@ -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'