Add a new way to get bootstrap's version (#2088)

This can be tested [here](http://storm-country.com/blog/evo-deco),
based on [this method](https://github.com/twbs/bootstrap/issues/16264)
main
jvoisin 7 years ago committed by Elbert Alias
parent 0a3ae5538d
commit 87b62c8975

@ -9727,6 +9727,9 @@
"<link[^>]+?href=\"[^\"]*bootstrap(?:\\.min)?\\.css", "<link[^>]+?href=\"[^\"]*bootstrap(?:\\.min)?\\.css",
"<div[^>]+class=\"[^\"]*glyphicon glyphicon-" "<div[^>]+class=\"[^\"]*glyphicon glyphicon-"
], ],
"js": {
"bootstrap.Alert.VERSION": "(.*)\\;version:\\1"
},
"icon": "Bootstrap.svg", "icon": "Bootstrap.svg",
"script": [ "script": [
"twitter\\.github\\.com/bootstrap", "twitter\\.github\\.com/bootstrap",

Loading…
Cancel
Save