mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add jQuery validation plugin to the exclusions
This commit is contained in:
@@ -253,6 +253,10 @@ class TestBlob < Test::Unit::TestCase
|
||||
assert blob("Scripts/MicrosoftMvcValidation.debug.js").vendored?
|
||||
assert blob("Scripts/MicrosoftMvcValidation.js").vendored?
|
||||
|
||||
|
||||
# jQuery validation plugin (MS bundles this with asp.net mvc)
|
||||
assert blob("Scripts/jquery.validate.js").vendored?
|
||||
|
||||
# NuGet Packages
|
||||
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user