mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
use umd dist of popper
This commit is contained in:
parent
ce309c27d4
commit
f359ef4ee2
@ -46,7 +46,7 @@ gulp.task('lib', ['clean:lib'], () => {
|
||||
dest: paths.libDir + 'bootstrap/js'
|
||||
},
|
||||
{
|
||||
src: paths.npmDir + 'popper.js/dist/*',
|
||||
src: paths.npmDir + 'popper.js/dist/umd/*',
|
||||
dest: paths.libDir + 'popper'
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user