Add D3.js to the vendored list

Followed the commit pattern of a3e1420476
This commit is contained in:
Albert Lyu
2014-02-26 13:07:20 -06:00
parent c67c8a7482
commit a2690b7dac
2 changed files with 7 additions and 0 deletions

View File

@@ -98,6 +98,9 @@
# AngularJS
- (^|/)angular([^.]*)(\.min)?\.js$
# D3.js
- (^|/)d3([^.]*)(\.min)?\.js$
## Python ##
# django

View File

@@ -303,6 +303,10 @@ class TestBlob < Test::Unit::TestCase
assert blob("public/javascripts/angular.js").vendored?
assert blob("public/javascripts/angular.min.js").vendored?
# D3.js
assert blob("public/javascripts/d3.v3.js").vendored?
assert blob("public/javascripts/d3.v3.min.js").vendored?
# Fabric
assert blob("fabfile.py").vendored?