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

check in lib assets

This commit is contained in:
Kyle Spearrin
2017-05-22 23:41:12 -04:00
parent 77b80c6e7f
commit 9b6b267d1c
58 changed files with 12283 additions and 2 deletions

View File

@@ -36,6 +36,10 @@ gulp.task('lib', ['clean:lib'], function () {
src: paths.npmDir + 'bootstrap-sass/assets/fonts/bootstrap/*',
dest: paths.libDir + 'bootstrap/fonts'
},
{
src: paths.npmDir + 'bootstrap-sass/assets/stylesheets/bootstrap/*',
dest: paths.libDir + 'bootstrap/sass'
},
{
src: [
paths.npmDir + 'font-awesome/**/css/font-awesome.min.css',