aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorLuis Emilio Velasco Sanchez <emibloque@gmail.com>2018-05-14 13:36:30 -0400
committerDave Methvin <dave.methvin@gmail.com>2018-05-14 13:41:42 -0400
commit0ba8e38d0c4ab4a4fb9054e7a713630be9743aff (patch)
tree4a7d8995a669afe3d4db1c9415dee5a70da68aa4 /Gruntfile.js
parent821bf34353a6baf97f7944379a6459afb16badae (diff)
downloadjquery-0ba8e38d0c4ab4a4fb9054e7a713630be9743aff.tar.gz
jquery-0ba8e38d0c4ab4a4fb9054e7a713630be9743aff.zip
Traversing: $.fn.contents() support for object
Fixes gh-4045 Closes gh-4046
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fbf9b5671..ed2bd7753 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -209,7 +209,7 @@ module.exports = function( grunt ) {
{ pattern: "dist/*.map", included: false, served: true },
{ pattern: "external/qunit/qunit.css", included: false, served: true },
{
- pattern: "test/**/*.@(js|css|jpg|html|xml)",
+ pattern: "test/**/*.@(js|css|jpg|html|xml|svg)",
included: false,
served: true
}