2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add getters for Version and Default where applicable

add modal my gawd
This commit is contained in:
fat
2015-05-10 19:45:38 -07:00
parent bbb97a8660
commit ca9c850ebb
29 changed files with 1114 additions and 1153 deletions
+3 -3
View File
@@ -68,7 +68,8 @@ module.exports = function (grunt) {
'js/dist/button.js' : 'js/src/button.js',
'js/dist/carousel.js' : 'js/src/carousel.js',
'js/dist/collapse.js' : 'js/src/collapse.js',
'js/dist/dropdown.js' : 'js/src/dropdown.js'
'js/dist/dropdown.js' : 'js/src/dropdown.js',
'js/dist/modal.js' : 'js/src/modal.js'
}
}
},
@@ -114,8 +115,7 @@ module.exports = function (grunt) {
'js/tooltip.js',
'js/popover.js',
'js/scrollspy.js',
'js/tab.js',
'js/affix.js'
'js/tab.js'
],
dest: 'dist/js/<%= pkg.name %>.js'
}