vendor.yml: added less, scss, styl suffixes for popular stylesheets

This commit is contained in:
archy
2014-12-26 04:35:37 +08:00
parent 2c5d720146
commit 356b942114

View File

@@ -41,25 +41,24 @@
- (\.|-)min\.(js|css)$ - (\.|-)min\.(js|css)$
# Bootstrap css and js # Bootstrap css and js
- (^|/)bootstrap([^.]*)\.(js|css)$ - (^|/)bootstrap([^.]*)\.(js|css|less|scss|styl)$
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$ - (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$
- (^|/)bootstrap/([^\s]*)import\.(css|less|scss|styl)$ - (^|/)bootstrap/([^\s]*)import\.(css|less|scss|styl)$
# Font Awesome # Font Awesome
- font-awesome.css - (^|/)font-awesome\.(css|less|scss|styl)$
# Foundation css # Foundation css
- foundation.css - (^|/)foundation\.(css|less|scss|styl)$
# Normalize.css # Normalize.css
- normalize.css - (^|/)normalize\.(css|less|scss|styl)$
# Bourbon SCSS # Bourbon SCSS
- (^|/)[Bb]ourbon/.*\.css$ - (^|/)[Bb]ourbon/.*\.(css|less|scss|styl)$
- (^|/)[Bb]ourbon/.*\.scss$
# Animate.css # Animate.css
- animate.css - (^|/)animate\.(css|less|scss|styl)$
# Vendored dependencies # Vendored dependencies
- third[-_]?party/ - third[-_]?party/