From 23bcca80b8f29bdef4388b9c60068956feabba1b Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 25 Oct 2020 10:52:45 +0100 Subject: [PATCH] Twitter Bootstrap added to unknown/old resources (#151) --- core/constants.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/constants.js b/core/constants.js index 7dd648f7..03ff50b0 100644 --- a/core/constants.js +++ b/core/constants.js @@ -220,7 +220,13 @@ const FrameworkAndBundle = { 'resources/bootstrap-datepicker/1.9.0/': 'Bootstrap DatePicker', 'resources/jquery.lazy/1.7.11/': 'jQuery Lazy', 'resources/waypoints/4.0.1/': 'Waypoints', - 'resources/findify-bundle/6.9.15/': 'Findify' + 'resources/findify-bundle/6.9.15/': 'Findify', + 'resources/twitter-bootstrap/4.5.0/js/bootstrap.min.jsm': 'Bootstrap (JS)', + 'resources/twitter-bootstrap/4.5.0/css/bootstrap.min.css': 'Bootstrap (CSS)', + 'resources/twitter-bootstrap/3.4.1/js/bootstrap.min.jsm': 'Bootstrap (JS)', + 'resources/twitter-bootstrap/3.4.1/js/bootstrap.min.css': 'Bootstrap (CSS)', + 'resources/twitter-bootstrap/2.3.2/js/bootstrap.min.jsm': 'Bootstrap (JS)', + 'resources/twitter-bootstrap/2.3.2/js/bootstrap.min.css': 'Bootstrap (CSS)' }; // Supported charsets for TextDecoder()