mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
installing chart.js via npm
This commit is contained in:
@@ -56,10 +56,6 @@ const copy = {
|
||||
gtm: () => {
|
||||
return src(paths.src + 'js/gtm_head.js')
|
||||
.pipe(dest(paths.dist + 'js/'));
|
||||
},
|
||||
chart: () => {
|
||||
return src(paths.src + 'js/chart.js')
|
||||
.pipe(dest(paths.dist + 'js/'));
|
||||
}
|
||||
};
|
||||
|
||||
@@ -206,7 +202,6 @@ const defaultTask = parallel(
|
||||
uswds.compile,
|
||||
uswds.copyAssets,
|
||||
copy.gtm,
|
||||
copy.chart
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user