aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/core.json13
-rw-r--r--build/effect.json3
-rw-r--r--build/tasks/build.js2
3 files changed, 14 insertions, 4 deletions
diff --git a/build/core.json b/build/core.json
index aac41f7aa..b0ccdfe7a 100644
--- a/build/core.json
+++ b/build/core.json
@@ -43,6 +43,19 @@
"collision"
]
},
+ "transfer": {
+ "name": "ui.effect-transfer",
+ "title": "jQuery UI Transfer Effect",
+ "description": "Displays a transfer effect from one element to another.",
+ "keywords": [
+ "effect"
+ ],
+ "homepage": "http://jqueryui.com/transfer-effect/",
+ "demo": "http://jqueryui.com/transfer-effect/",
+ "docs": "http://api.jqueryui.com/transfer-effect/",
+ "dependencies": [ "effect" ],
+ "category": "effect"
+ },
"widget": {
"description": "Provides a factory for creating stateful widgets with a common API.",
"keywords": [
diff --git a/build/effect.json b/build/effect.json
index b35bbb371..7119f85bc 100644
--- a/build/effect.json
+++ b/build/effect.json
@@ -34,8 +34,5 @@
},
"slide": {
"description": "Slides an element in and out of the viewport."
- },
- "transfer": {
- "description": "Displays a transfer effect from one element to another."
}
}
diff --git a/build/tasks/build.js b/build/tasks/build.js
index cc663309b..9608bdfff 100644
--- a/build/tasks/build.js
+++ b/build/tasks/build.js
@@ -45,7 +45,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
}
manifest = {
- name: replace( baseManifest.name ),
+ name: data.name || replace( baseManifest.name ),
title: data.title || replace( baseManifest.title ),
description: data.description,
keywords: [ "ui", plugin ]