mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
@@ -40,6 +40,9 @@
|
|||||||
- foundation.min.css
|
- foundation.min.css
|
||||||
- foundation.css
|
- foundation.css
|
||||||
|
|
||||||
|
# Normalize.css
|
||||||
|
- normalize.css
|
||||||
|
|
||||||
# Vendored dependencies
|
# Vendored dependencies
|
||||||
- thirdparty/
|
- thirdparty/
|
||||||
- vendors?/
|
- vendors?/
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# 'thirdparty' directory
|
# 'thirdparty' directory
|
||||||
assert blob("thirdparty/lib/main.c").vendored?
|
assert blob("thirdparty/lib/main.c").vendored?
|
||||||
|
|
||||||
# 'extern(al)' directory
|
# 'extern(al)' directory
|
||||||
assert blob("extern/util/__init__.py").vendored?
|
assert blob("extern/util/__init__.py").vendored?
|
||||||
assert blob("external/jquery.min.js").vendored?
|
assert blob("external/jquery.min.js").vendored?
|
||||||
@@ -385,7 +385,10 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
||||||
|
|
||||||
|
# Normalize
|
||||||
|
assert blob("some/asset/path/normalize.css").vendored?
|
||||||
|
|
||||||
# Cocoapods
|
# Cocoapods
|
||||||
assert blob('Pods/blah').vendored?
|
assert blob('Pods/blah').vendored?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user