You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Drupal 6, the jQuery UI library was installed in sites/all/libraries/jqueryui/, but I think this needs to be sites/all/libraries/jquery.ui/ (the '.' is missing).
The text was updated successfully, but these errors were encountered:
Hmm, that's a subtle one. Making this change is not trivial with the code I have up there, as a quick fix I would recommend just manually changing your makefile before running.
You weren't depending on the raw hosted version, were you? Because I realize my solution would not work in that case..
I was using drushmake.me. It got a mention in the OC Drupal meetup last night. If you can change the library name to 'jquery.ui', it'll go in the right place:
For Drupal 6, the jQuery UI library was installed in sites/all/libraries/jqueryui/, but I think this needs to be sites/all/libraries/jquery.ui/ (the '.' is missing).
The text was updated successfully, but these errors were encountered: