installing chart.js via npm

This commit is contained in:
Beverly Nguyen
2024-05-15 15:40:15 -07:00
parent 6855a6ebe4
commit d4a46ae552
4 changed files with 3 additions and 24 deletions

View File

@@ -125,7 +125,7 @@ const javascripts = () => {
paths.src + 'javascripts/date.js',
paths.src + 'javascripts/loginAlert.js',
paths.src + 'javascripts/main.js',
paths.src + 'javascripts/show.js',
paths.src + 'javascripts/chartDashboard.js',
])
.pipe(plugins.prettyerror())
.pipe(plugins.babel({
@@ -201,7 +201,7 @@ const defaultTask = parallel(
),
uswds.compile,
uswds.copyAssets,
copy.gtm,
copy.gtm
)
);