Improve Bootstrap detection

main
Anirban Das 9 years ago
parent 5003ee3a7a
commit 49843a0bc6

@ -7537,7 +7537,7 @@
"html": [ "html": [
"<style>/\\*!\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1", "<style>/\\*!\\* Bootstrap v(\\d\\.\\d\\.\\d)\\;version:\\1",
"<link[^>]+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css", "<link[^>]+?href=\"[^\"]+bootstrap(?:\\.min)?\\.css",
"<div [^>]*class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}" "<div[^>]+class=\"[^\"]*col-(?:xs|sm|md|lg)-\\d{1,2}"
], ],
"icon": "Twitter Bootstrap.png", "icon": "Twitter Bootstrap.png",
"script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))", "script": "(?:twitter\\.github\\.com/bootstrap|bootstrap(?:\\.js|\\.min\\.js))",