Adding js to node_modules instead of the head

This commit is contained in:
Jonathan Bobel
2024-06-07 09:44:30 -04:00
parent ae56ea1482
commit b759f8a87f
5 changed files with 86 additions and 4 deletions

View File

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