mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Adding Font Awesome to vendored files.
This commit is contained in:
		@@ -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?
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user