Update vendor.yml to include jQuery UI

This commit is contained in:
Oxan van Leeuwen
2012-08-10 01:04:29 +02:00
parent ed70d29943
commit 2bbf92d5f8
2 changed files with 21 additions and 0 deletions

View File

@@ -30,6 +30,10 @@
- (^|/)jquery([^.]*)(\.min)?\.js$
- (^|/)jquery\-\d\.\d(\.\d)?(\.min)?\.js$
# jQuery UI
- (^|/)jquery\-ui(\-\d\.\d+(\.\d+)?)?(\.\w+)?(\.min)?\.(js|css)$
- (^|/)jquery\.(ui|effects)\.([^.]*)(\.min)?\.(js|css)$
# Prototype
- (^|/)prototype(.*)\.js$
- (^|/)effects\.js$