mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Added modernizr.js to vendor files list, added tests
This commit is contained in:
@@ -310,6 +310,10 @@ class TestBlob < Test::Unit::TestCase
|
||||
assert blob("public/javascripts/d3.v3.js").vendored?
|
||||
assert blob("public/javascripts/d3.v3.min.js").vendored?
|
||||
|
||||
# Modernizr
|
||||
assert blob("public/javascripts/modernizr-2.7.1.js").vendored?
|
||||
assert blob("public/javascripts/modernizr.custom.01009.js").vendored?
|
||||
|
||||
# Fabric
|
||||
assert blob("fabfile.py").vendored?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user