Skip to content

Commit

Permalink
Merge pull request #1360 from github/1358-local
Browse files Browse the repository at this point in the history
1358 local
  • Loading branch information
arfon committed Jul 7, 2014
2 parents 94b4ad1 + 5ca211b commit 408a325
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lib/linguist/vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
- foundation.min.css
- foundation.css

# Normalize.css
- normalize.css

# Vendored dependencies
- thirdparty/
- vendors?/
Expand Down
7 changes: 5 additions & 2 deletions test/test_blob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_vendored

# 'thirdparty' directory
assert blob("thirdparty/lib/main.c").vendored?

# 'extern(al)' directory
assert blob("extern/util/__init__.py").vendored?
assert blob("external/jquery.min.js").vendored?
Expand Down Expand Up @@ -385,7 +385,10 @@ def test_vendored

# NuGet Packages
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
assert blob('Pods/blah').vendored?

Expand Down

0 comments on commit 408a325

Please sign in to comment.