Skip to content

Commit

Permalink
Merge pull request github-linguist#1912 from 0a-/master
Browse files Browse the repository at this point in the history
vendor.yml: improved & added more regex for auto-generated stylesheets
  • Loading branch information
bkeepers committed Jan 9, 2015
2 parents 5c94b50 + 084a9ab commit 75d1bcd
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions lib/linguist/vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,27 @@
# Minified JavaScript and CSS
- (\.|-)min\.(js|css)$

#Stylesheets imported from packages
- ([^\s]*)import\.(css|less|scss|styl)$

# Bootstrap css and js
- (^|/)bootstrap([^.]*)\.(js|css)$
- (^|/)bootstrap([^.]*)\.(js|css|less|scss|styl)$
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$

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

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

# Normalize.css
- normalize.css
- (^|/)normalize\.(css|less|scss|styl)$

# Bourbon SCSS
- (^|/)[Bb]ourbon/.*\.css$
- (^|/)[Bb]ourbon/.*\.scss$
# Bourbon css
- (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$

# Animate.css
- animate.css
- (^|/)animate\.(css|less|scss|styl)$

# Vendored dependencies
- third[-_]?party/
Expand Down

0 comments on commit 75d1bcd

Please sign in to comment.