mirror of
https://github.com/bitwarden/server.git
synced 2025-01-26 22:31:30 +01:00
Provide webfonts (#2570)
This commit is contained in:
parent
352b42b535
commit
01b4a4d1d8
@ -50,6 +50,10 @@ function lib() {
|
||||
src: paths.npmDir + 'toastr/build/*',
|
||||
dest: paths.libDir + 'toastr'
|
||||
},
|
||||
{
|
||||
src: paths.sassDir + 'webfonts/*',
|
||||
dest: paths.cssDir + 'webfonts'
|
||||
}
|
||||
];
|
||||
|
||||
const tasks = libs.map((lib) => {
|
||||
|
Loading…
Reference in New Issue
Block a user