DEV: Fix javascript:update rake task (#17098)

* The `javascript:update` rake task failed because recent versions of chart.js use a lowercase filename (`chart.min.js` instead of `Chart.min.js`)

* Changed `loadScript()` to use lowercase keys to lookup scripts

* `svg-arrow.css` seems to have changed slightly (linebreak at the end of file)
This commit is contained in:
Gerhard Schlager
2022-06-15 19:49:04 +02:00
committed by GitHub
parent a7034c5a14
commit 888f50543d
6 changed files with 16 additions and 5 deletions