mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
@@ -23,6 +23,8 @@
|
||||
# Vendored depedencies
|
||||
- vendor/
|
||||
|
||||
# Debian packaging
|
||||
- ^debian/
|
||||
|
||||
## Commonly Bundled JavaScript frameworks ##
|
||||
|
||||
|
||||
@@ -196,6 +196,9 @@ class TestBlob < Test::Unit::TestCase
|
||||
# C deps
|
||||
assert blob("deps/http_parser/http_parser.c").vendored?
|
||||
assert blob("deps/v8/src/v8.h").vendored?
|
||||
|
||||
# Debian packaging
|
||||
assert blob("debian/cron.d").vendored?
|
||||
|
||||
# Prototype
|
||||
assert !blob("public/javascripts/application.js").vendored?
|
||||
|
||||
Reference in New Issue
Block a user