mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 15:43:45 -05:00
fonts were already moved to assets
This commit is contained in:
@@ -50,12 +50,6 @@ const copy = {
|
||||
return src(paths.src + 'error_pages/**/*')
|
||||
.pipe(dest(paths.dist + 'error_pages/'))
|
||||
},
|
||||
govuk_frontend: {
|
||||
fonts: () => {
|
||||
return src(paths.govuk_frontend + 'assets/fonts/**/*')
|
||||
.pipe(dest(paths.dist + 'fonts/'));
|
||||
}
|
||||
},
|
||||
leaflet: {
|
||||
js: () => {
|
||||
return src(paths.npm + 'leaflet/dist/leaflet.js')
|
||||
@@ -238,7 +232,6 @@ const lint = {
|
||||
// Default: compile everything
|
||||
const defaultTask = parallel(
|
||||
parallel(
|
||||
copy.govuk_frontend.fonts,
|
||||
copy.leaflet.js,
|
||||
images
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user