remove: jquery.mobile.custom.min.js
Opened this issue · 1 comments
Deleted user commented
How to remove from gumby.min include jqueyr mobile:
"NetworkError: 404 Not Found [..] uk/js/libs/jquery.mobile.custom.min.js
Deleted user commented
Read up on the touch support section: http://gumbyframework.com/docs/javascript/#!/touch-support
Basically gumby looks for an attribute called gumby-touch on the script tag of gumby.js and uses that as a path to jQuery Mobile.
My opinion is that they should really abandon loading this for the developer and allow us to load it ourselves and detect if it is defined. I haven't looked into how feasible it is but that's what I would like to see.
Hope that helps.