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

Update devDependencies and gems. (#25083)

This commit is contained in:
XhmikosR
2017-12-31 02:03:22 +02:00
committed by GitHub
parent 06d8e58e9f
commit bf0e753517
6 changed files with 671 additions and 376 deletions

View File

@@ -36,16 +36,16 @@ if (BUNDLE) {
module.exports = {
input: path.resolve(__dirname, '../js/src/index.js'),
output: {
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
format: 'umd'
},
name: 'bootstrap',
external,
globals,
plugins,
banner: `/*!
banner: `/*!
* Bootstrap v${pkg.version} (${pkg.homepage})
* Copyright 2011-${year} ${pkg.author}
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/`
*/`,
file: path.resolve(__dirname, `../dist/js/${fileDest}`),
format: 'umd',
globals,
name: 'bootstrap'
},
external,
plugins
}