2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00
This commit is contained in:
fat
2015-05-11 12:29:06 -07:00
parent 2d91494d96
commit 8eee78ca15
10 changed files with 576 additions and 200 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ module.exports = function (grunt) {
'js/dist/collapse.js' : 'js/src/collapse.js',
'js/dist/dropdown.js' : 'js/src/dropdown.js',
'js/dist/modal.js' : 'js/src/modal.js',
'js/dist/scrollspy.js' : 'js/src/scrollspy.js'
'js/dist/scrollspy.js' : 'js/src/scrollspy.js',
'js/dist/tab.js' : 'js/src/tab.js'
}
}
},