mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 06:33:52 -05:00
still copy fonts to static
This commit is contained in:
@@ -50,6 +50,10 @@ const copy = {
|
||||
return src(paths.src + 'error_pages/**/*')
|
||||
.pipe(dest(paths.dist + 'error_pages/'))
|
||||
},
|
||||
fonts: () => {
|
||||
return src(paths.src + 'fonts/**/*')
|
||||
.pipe(dest(paths.dist + 'fonts/'));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -225,6 +229,7 @@ const lint = {
|
||||
// Default: compile everything
|
||||
const defaultTask = parallel(
|
||||
parallel(
|
||||
copy.fonts,
|
||||
images
|
||||
),
|
||||
series(
|
||||
|
||||
Reference in New Issue
Block a user