summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/grunt/configBridge.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/grunt/configBridge.json')
-rw-r--r--bower_components/bootstrap/grunt/configBridge.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/bootstrap/grunt/configBridge.json b/bower_components/bootstrap/grunt/configBridge.json
index 94a8cbaf..9d1a142f 100644
--- a/bower_components/bootstrap/grunt/configBridge.json
+++ b/bower_components/bootstrap/grunt/configBridge.json
@@ -13,7 +13,7 @@
"docsJs": [
"../assets/js/vendor/holder.min.js",
"../assets/js/vendor/ZeroClipboard.min.js",
- "../assets/js/vendor/anchor.js",
+ "../assets/js/vendor/anchor.min.js",
"../assets/js/src/application.js"
]
},
@@ -37,8 +37,8 @@
"+function ($) {",
" 'use strict';",
" var version = $.fn.jquery.split(' ')[0].split('.')",
- " if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {",
- " throw new Error('Bootstrap\\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3')",
+ " if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) {",
+ " throw new Error('Bootstrap\\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4')",
" }",
"}(jQuery);\n\n"
]