aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-07-16 15:14:42 -0400
committerScott González <scott.gonzalez@gmail.com>2012-07-16 15:14:42 -0400
commitc484bc093bf69c23aed79cb951c8898aaec8331f (patch)
treef98f085a0ae4aa669f91f578afba1241fd59404e /build/tasks
parentb37fec9a24a6bc62bed8770148ef87a27a0bc8d7 (diff)
downloadjquery-ui-c484bc093bf69c23aed79cb951c8898aaec8331f.tar.gz
jquery-ui-c484bc093bf69c23aed79cb951c8898aaec8331f.zip
Manifest: Move transfer effect to core.json since it's not like other effects (no show/hide).
Diffstat (limited to 'build/tasks')
-rw-r--r--build/tasks/build.js2
1 files changed, 1 insertions, 1 deletions
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 ]