Closed daemth closed 8 years ago
Hi Cvasseng,
I'm sorry for this request. Just after submitting it I found out about the bundled node server. I guess I was a little too enthusiastic ;-) Thanks a lot for coming back to me and keep up the good work!
Kind regards, Thomas
No worries - I'm just happy to see people check out the editor and take the time to submit pull requests. :) And you did uncover an area of potential confusion!
Thanks, Chris
Hi daemth,
Thank you for your contribution!
The modified script (
res/standalone.html
) is used when baking the standalone distribution, where it'll end up in a zip archive along withhighcharts-editor.min.css
andhighcharts-editor.min.js
. It's not intended to be used directly. So the path is correct as it is for its intended purpose.If you want to run the editor locally without using the bundled node server (
bin/www
) or if you want to run it locally with minified files, please run gulp and then unpackdist/bundles/highcharts-editor.standalone.x.y.z.zip
.I will alter the build script to also move
res/standalone.html
todist/
when gulping to make this less confusing.Thanks, Chris