Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery ui library location #20

Open
jromine opened this issue Feb 16, 2012 · 3 comments
Open

jquery ui library location #20

jromine opened this issue Feb 16, 2012 · 3 comments

Comments

@jromine
Copy link

jromine commented Feb 16, 2012

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).

@jromine
Copy link
Author

jromine commented Feb 16, 2012

This was on drushmake.me

@rupl
Copy link
Owner

rupl commented Feb 16, 2012

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..

@jromine
Copy link
Author

jromine commented Feb 17, 2012

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:

libraries[jquery.ui][download][type] = "file"
libraries[jquery.ui][download][url] = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants