Chart JS is vendored

This commit is contained in:
Arfon Smith
2014-11-21 08:24:33 -06:00
parent 9658b02502
commit 38190d92fc
2 changed files with 6 additions and 3 deletions

View File

@@ -110,6 +110,9 @@
# MathJax
- (^|/)MathJax/
# Chart.js
- (^|/)Chart\.js$
# Codemirror
- (^|/)[Cc]ode[Mm]irror/(lib|mode|theme|addon|keymap)
@@ -134,9 +137,6 @@
# Knockout
- (^|/)knockout-(\d+\.){3}(debug\.)?js$
# Chart.js
(^|/)[Cc]hart\.js$
## Python ##
# django

View File

@@ -297,6 +297,9 @@ class TestBlob < Test::Unit::TestCase
assert blob("deps/http_parser/http_parser.c").vendored?
assert blob("deps/v8/src/v8.h").vendored?
# Chart.js
assert blob("some/vendored/path/Chart.js").vendored?
# Codemirror deps
assert blob("codemirror/mode/blah.js").vendored?