Problem/Motivation
When we try to download HighCharts.js library via drush command we aren't be able to do it. The reason is the HIGHCHARTS_URI constant is out of date because the repo has moved from www.highcharts.com to code.highcharts.com and because of that we get a 404 when we try wget command.
Proposed resolution
Update HIGHCHARTS_URI constant to the new repo.
Remaining tasks
* Send a patch fixing this issue.
* Review it by community.
* Commit it if it's ok for the mantainers.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | highcharts-update-highcharts-uri-2387273.patch | 417 bytes | jlbellido |
Comments
Comment #1
jlbellidoAdded a new patch fixing it
Comment #2
dinarcon commented@jlbellido's patch applies cleanly and drush command works correctly. Thanks!