Adding Font Awesome to vendored files.

This commit is contained in:
Steve King, Jr
2014-07-28 10:37:18 -07:00
parent c8754292f4
commit fc73f51855
2 changed files with 8 additions and 0 deletions

View File

@@ -393,6 +393,10 @@ class TestBlob < Test::Unit::TestCase
# NuGet Packages
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
# Font Awesome
assert blob("some/asset/path/font-awesome.min.css").vendored?
assert blob("some/asset/path/font-awesome.css").vendored?
# Normalize
assert blob("some/asset/path/normalize.css").vendored?