From 87b62c8975c7c88f4c89eca03ec2c5f2b48fbe4e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Feb 2018 23:07:33 +0100 Subject: [PATCH] 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) --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index 701b54797..9ff3bb971 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9727,6 +9727,9 @@ "]+?href=\"[^\"]*bootstrap(?:\\.min)?\\.css", "]+class=\"[^\"]*glyphicon glyphicon-" ], + "js": { + "bootstrap.Alert.VERSION": "(.*)\\;version:\\1" + }, "icon": "Bootstrap.svg", "script": [ "twitter\\.github\\.com/bootstrap",