Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-03-05 10:38:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-03-11 12:09:21 +0300
commit614559b41ab71cba318b97c8e7e8277917d4fdde (patch)
tree10e6a8d4150c7467510168c431fd80bd888a32d9 /grunt
parent2744e4042f2e5af79412c1992bde806c68b6cb8a (diff)
Update anchor.js to v3.1.0.
[ci skip]
Diffstat (limited to 'grunt')
-rw-r--r--grunt/configBridge.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt/configBridge.json b/grunt/configBridge.json
index 94a8cbafba..45cf98b88d 100644
--- a/grunt/configBridge.json
+++ b/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"
]
},