mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
still copy fonts to static
This commit is contained in:
@@ -50,6 +50,10 @@ const copy = {
|
|||||||
return src(paths.src + 'error_pages/**/*')
|
return src(paths.src + 'error_pages/**/*')
|
||||||
.pipe(dest(paths.dist + '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
|
// Default: compile everything
|
||||||
const defaultTask = parallel(
|
const defaultTask = parallel(
|
||||||
parallel(
|
parallel(
|
||||||
|
copy.fonts,
|
||||||
images
|
images
|
||||||
),
|
),
|
||||||
series(
|
series(
|
||||||
|
|||||||
Reference in New Issue
Block a user