mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix chores karma
This commit is contained in:
parent
2ff8ed5cbf
commit
330a29734f
1 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,10 @@ if (bundle) {
|
|||
)
|
||||
files = files.concat([
|
||||
jqueryFile,
|
||||
'js/coverage/dist/dom/eventHandler.js',
|
||||
'js/coverage/dist/dom/selectorEngine.js',
|
||||
'js/coverage/dist/dom/data.js',
|
||||
'js/coverage/dist/dom/manipulator.js',
|
||||
'js/coverage/dist/util.js',
|
||||
'js/coverage/dist/tooltip.js',
|
||||
'js/coverage/dist/!(util|index|tooltip).js' // include all of our js/dist files except util.js, index.js and tooltip.js
|
||||
|
|
Loading…
Reference in a new issue