aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-08-16 10:11:22 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-16 10:11:22 -0400
commit31f09122677f6ee206796912041827c006031e46 (patch)
treef64927129d4e1d177ac73b5beb2e2e03724bf481 /Gruntfile.js
parentdf67c1ab0963c6a05735e84f4088a0f6b7484b3d (diff)
downloadjquery-31f09122677f6ee206796912041827c006031e46.tar.gz
jquery-31f09122677f6ee206796912041827c006031e46.zip
Custom builds: Remove _evalUrl when excluding ajax
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index aea1abbbe..6f75d3925 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -39,6 +39,7 @@ module.exports = function( grunt ) {
],
// Exclude specified modules if the module matching the key is removed
removeWith: {
+ ajax: [ "manipulation/_evalUrl" ],
callbacks: [ "deferred" ],
css: [ "effects", "dimensions", "offset" ],
sizzle: [ "css/hidden-visible-selectors", "effects/animated-selector" ]