From: Timmy Willison Date: Fri, 16 Aug 2013 14:11:22 +0000 (-0400) Subject: Custom builds: Remove _evalUrl when excluding ajax X-Git-Tag: 2.1.0-beta1~85 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=31f09122677f6ee206796912041827c006031e46;p=jquery.git Custom builds: Remove _evalUrl when excluding ajax --- 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" ]