]> source.dussan.org Git - jquery.git/commitdiff
Custom builds: Remove _evalUrl when excluding ajax
authorTimmy Willison <timmywillisn@gmail.com>
Fri, 16 Aug 2013 14:11:22 +0000 (10:11 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Fri, 16 Aug 2013 14:11:22 +0000 (10:11 -0400)
Gruntfile.js

index aea1abbbeca415304956d5a5bab525643ad85b05..6f75d39257b46dac49e0e5a4db7d4195438d056b 100644 (file)
@@ -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" ]