NOAA-ORR-ERD / WebGnomeClient

Javascript client that uses the WebGnomeAPI to create and run py_gnome models.
3 stars 9 forks source link

Broken with jQuery UI 1.12 #6

Open daf opened 8 years ago

daf commented 8 years ago

I was struggling to figure out why I was suddently getting require.js errors on startup of the frontend - jquery-ui 1.12 was released July 8th, and it moved things like sortable, slider etc to a widgets/ subdirectory. Initial playing with renaming those deps to include the widgets/ prefix didn't seem to adjust anything - I am not very familiar with require.js though.

My current fix is to pin jquery-ui to the 1.11.* series in bower.json and things seem right again.