1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

improve build plugin script to keep file name

This commit is contained in:
Johann-S
2019-05-08 16:38:05 +03:00
committed by XhmikosR
parent e7657c8bc0
commit dda31bbee6
2 changed files with 17 additions and 17 deletions

View File

@@ -99,7 +99,7 @@ if (bundle) {
files = files.concat([
jqueryFile,
'js/tests/unit/tests-polyfills.js',
'js/coverage/dist/util/util.js',
'js/coverage/dist/util/index.js',
'js/coverage/dist/util/sanitizer.js',
'js/coverage/dist/dom/polyfill.js',
'js/coverage/dist/dom/eventHandler.js',
@@ -124,7 +124,7 @@ if (bundle) {
files = files.concat([
jqueryFile,
'js/tests/unit/tests-polyfills.js',
'js/coverage/dist/util/util.js',
'js/coverage/dist/util/index.js',
'js/coverage/dist/util/sanitizer.js',
'js/coverage/dist/dom/polyfill.js',
'js/coverage/dist/dom/eventHandler.js',