Skip to content

Commit

Permalink
Made '-' in font-awesome optional in vendor.yml (#4440)
Browse files Browse the repository at this point in the history
* Update vendor.yml

Added different configuration for font-awesome and bootstrap.
Added director convention for vendor files in Java maven based directory structure.

* Made "-" in font-awesome optional
  • Loading branch information
Ferido07 authored and lildude committed Apr 4, 2019
1 parent c9f648f commit 6c91e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/linguist/vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$

# Font Awesome
- (^|/)font-awesome\.(css|less|scss|styl)$
- (^|/)font-awesome/.*\.(css|less|scss|styl)$
- (^|/)font-?awesome\.(css|less|scss|styl)$
- (^|/)font-?awesome/.*\.(css|less|scss|styl)$

# Foundation css
- (^|/)foundation\.(css|less|scss|styl)$
Expand Down

0 comments on commit 6c91e3f

Please sign in to comment.