mirror of
https://github.com/bitwarden/server
synced 2025-12-30 15:14:02 +00:00
Provide webfonts (#2570)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user