Merge pull request #1912 from 0a-/master

vendor.yml: improved & added more regex for auto-generated stylesheets
This commit is contained in:
Brandon Keepers
2015-01-09 08:09:57 -08:00

View File

@@ -40,24 +40,27 @@
# Minified JavaScript and CSS # Minified JavaScript and CSS
- (\.|-)min\.(js|css)$ - (\.|-)min\.(js|css)$
#Stylesheets imported from packages
- ([^\s]*)import\.(css|less|scss|styl)$
# 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)$
# 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 css
- (^|/)[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/