ParasolJS / parasol-es

ES6 module for interactive visualization of multi-objective optimization problems
https://parasoljs.github.io/
MIT License
26 stars 5 forks source link

Failed to load resource: .png files #22

Open wraseman opened 5 years ago

wraseman commented 5 years ago

I consistently get the following error:

image

As discussed in these two forums (#1 and #2), its because the jQuery version is out of date.

When running the Parasol apps locally, its a nuisance problem but when I run the Parasol apps on the github.io the issues are more severe.

Can we just update the version of jQuery to fix this problem or is that going to break SlickGrid? I've tried just downloading the files that are causing the issue but I'm worried that this will just cover up other problems down the road.

joshhjacobson commented 5 years ago

I will try updating jQuery after beta testing in case that does break slickgrid. This may also be do to the way the slickgrid-es6 package is shipped... it references those images which are not in the actual node module.