Merge pull request #335 from GreenImp/master

Makes Twitter Bootstrap test more restrictive
main
Elbert Alias 12 years ago
commit 5048208480

@ -2571,7 +2571,7 @@
"website": "twitter.github.com/bootstrap", "website": "twitter.github.com/bootstrap",
"cats": [ 18 ], "cats": [ 18 ],
"script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))", "script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))",
"html": "<link[^>]+bootstrap[^>\"]+css", "html": "<link.+?href=\"[^\"]+bootstrap(\\.min)?\\.css",
"env": "^Twipsy$\\;confidence:50" "env": "^Twipsy$\\;confidence:50"
}, },
"Typekit": { "Typekit": {