We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fcb0a commit f1e04f7Copy full SHA for f1e04f7
Rakefile
@@ -18,15 +18,13 @@ end
18
# "ui.widget": "1.9.2"
19
# },
20
#
21
-# then "ui.widget" returns "jquery.ui.widget.js")
+# then "ui.widget" returns "widget.js")
22
23
# The only exception is "jquery", which doesn't follow the
24
-# same naming conventions so its a special case.
+# same naming conventions so it's a special case.
25
def source_file_for_dependency_entry(dep_entry)
26
- # if the dependent file is jquery.js itself, return its filename
27
return "jquery.js" if dep_entry == 'jquery'
28
29
- # otherwise, tack 'jquery.' on the front
30
"#{dep_entry.sub 'ui.', ''}.js"
31
end
32
0 commit comments