mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
Deleting chart.js
Updates to the dashboard html Test updates
This commit is contained in:
@@ -55,10 +55,6 @@ const copy = {
|
||||
gtm: () => {
|
||||
return src(paths.src + 'js/gtm_head.js')
|
||||
.pipe(dest(paths.dist + 'js/'));
|
||||
},
|
||||
chart: () => {
|
||||
return src(paths.src + 'js/chart.umd.js')
|
||||
.pipe(dest(paths.dist + 'js/'));
|
||||
}
|
||||
};
|
||||
|
||||
@@ -206,8 +202,7 @@ const defaultTask = parallel(
|
||||
),
|
||||
uswds.compile,
|
||||
uswds.copyAssets,
|
||||
copy.gtm,
|
||||
copy.chart
|
||||
copy.gtm
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user