aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-07-16 08:53:34 -0400
committerScott González <scott.gonzalez@gmail.com>2012-07-16 08:53:34 -0400
commit58a199370ed33e71257e863897e29c36fc593316 (patch)
tree790c1e274c5aa2f63c504477838fe721effa8a27 /build/tasks
parentac44afe4e864aec8e420d7f9ba806be45be1e833 (diff)
downloadjquery-ui-58a199370ed33e71257e863897e29c36fc593316.tar.gz
jquery-ui-58a199370ed33e71257e863897e29c36fc593316.zip
Manifest: Move interactions to their own file.
Diffstat (limited to 'build/tasks')
-rw-r--r--build/tasks/build.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/tasks/build.js b/build/tasks/build.js
index 1e1795230..cc663309b 100644
--- a/build/tasks/build.js
+++ b/build/tasks/build.js
@@ -15,6 +15,11 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
title: "jQuery UI {Plugin}",
dependencies: [ "core", "widget" ]
},
+ interaction: {
+ name: "ui.{plugin}",
+ title: "jQuery UI {Plugin}",
+ dependencies: [ "core", "widget", "mouse" ]
+ },
effect: {
name: "ui.effect-{plugin}",
title: "jQuery UI {Plugin} Effect",