Deleting chart.js

Updates to the dashboard html
Test updates
This commit is contained in:
Jonathan Bobel
2024-07-10 10:13:24 -04:00
parent e8f274baa2
commit 7f288598ba
10 changed files with 164 additions and 228 deletions

View File

@@ -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
)
);