1
0
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:
Kyle Spearrin 2018-09-11 13:29:55 -04:00
parent ce309c27d4
commit f359ef4ee2

View File

@ -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'
},
{