Needs review
Project:
jQuery Mobile module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2012 at 20:55 UTC
Updated:
14 Oct 2013 at 22:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jasonsavino commentedThere is not jquerymobile.jquery.min library. Can the make file be changed like the following?
Comment #2
spotzero commentedThat change won't work, since:
libraries[jquerymobile.jquery][download][url] = "http://code.jquery.com/jquery-1.6.4.min.js"
will overwrite the previous declaration
libraries[jquerymobile.jquery][download][url] = "http://code.jquery.com/jquery-1.6.4.js"
'jquerymobile.jquery' and 'jquerymobile.jquery.min' in this case are just being used as arbitrary keys (since they aren't actually referring to real projects.
So you can use pretty much anything instead of 'jquerymobile.jquery.min', as long as its unique.
Thanks,
Comment #3
minoroffense commentedSo something like this then?
Note that both jQuery library files should end up in the same directory called "jquery-1.6.4"
Comment #4
minoroffense commentedComment #5
minoroffense commentedComment #6
kscheirerI have enpatchified #3, and also removed the drush commands, since the make file is a lot easier. If you like it, the readme should probably be updated too. There are separate issues for removing jQuery from this module, but I left it in the patch.