mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Merge pull request #1279 from github/jdennes-vendored-octicon-styles
Vendor Octicon styles
This commit is contained in:
@@ -204,3 +204,7 @@
|
|||||||
- ^vignettes/
|
- ^vignettes/
|
||||||
- ^inst/extdata/
|
- ^inst/extdata/
|
||||||
|
|
||||||
|
# Octicons
|
||||||
|
- octicons.css
|
||||||
|
- octicons.min.css
|
||||||
|
- sprockets-octicons.scss
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
||||||
|
|
||||||
# Html5shiv
|
# Html5shiv
|
||||||
assert blob("Scripts/html5shiv.js").vendored?
|
assert blob("Scripts/html5shiv.js").vendored?
|
||||||
assert blob("Scripts/html5shiv.min.js").vendored?
|
assert blob("Scripts/html5shiv.min.js").vendored?
|
||||||
@@ -399,6 +399,11 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
assert blob("subproject/gradlew").vendored?
|
assert blob("subproject/gradlew").vendored?
|
||||||
assert blob("subproject/gradlew.bat").vendored?
|
assert blob("subproject/gradlew.bat").vendored?
|
||||||
assert blob("subproject/gradle/wrapper/gradle-wrapper.properties").vendored?
|
assert blob("subproject/gradle/wrapper/gradle-wrapper.properties").vendored?
|
||||||
|
|
||||||
|
# Octicons
|
||||||
|
assert blob("octicons.css").vendored?
|
||||||
|
assert blob("public/octicons.min.css").vendored?
|
||||||
|
assert blob("public/octicons/sprockets-octicons.scss").vendored?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_language
|
def test_language
|
||||||
|
|||||||
Reference in New Issue
Block a user