Merge pull request #1445 from cflee/add-foundation-js

Add Foundation js to vendor.yml, and test_blob.rb
This commit is contained in:
Arfon Smith
2014-08-14 13:16:41 -05:00
2 changed files with 8 additions and 0 deletions

View File

@@ -214,6 +214,9 @@
- (^|/)cordova([^.]*)(\.min)?\.js$
- (^|/)cordova\-\d\.\d(\.\d)?(\.min)?\.js$
# Foundation js
- foundation(\..*)?\.js$
# Vagrant
- ^Vagrantfile$