1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 13:23:16 +00:00

fluidbox images

This commit is contained in:
Kyle Spearrin
2017-05-23 17:10:24 -04:00
parent 18c6b37fda
commit cb2ffd927c
5 changed files with 29 additions and 3 deletions

View File

@@ -55,6 +55,10 @@ gulp.task('lib', ['clean:lib'], function () {
{
src: paths.npmDir + 'lunr/lunr.js',
dest: paths.libDir + 'lunr'
},
{
src: paths.npmDir + 'fluidbox/dist/**/*',
dest: paths.libDir + 'fluidbox'
}
];