added chartjs to path in gulp

This commit is contained in:
Beverly Nguyen
2024-06-05 15:03:19 -07:00
parent e5a9eed626
commit 9d3dc047ea
3 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,8 @@ const javascripts = () => {
paths.npm + 'timeago/jquery.timeago.js',
paths.npm + 'textarea-caret/index.js',
paths.npm + 'cbor-js/cbor.js',
paths.npm + 'socket.io-client/dist/socket.io.min.js'
paths.npm + 'socket.io-client/dist/socket.io.min.js',
paths.npm + 'chart.js/dist/chart.umd.js'
]));
// JS local to this application