Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b442ce31
Commit
b442ce31
authored
6 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
build/*.js: set `sourceType` to module.
parent
acd19de6
2 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
build/.eslintrc.json
+1
-1
build/.eslintrc.json
build/build-plugins.js
+0
-2
build/build-plugins.js
build/change-version.js
+0
-2
build/change-version.js
build/generate-sri.js
+0
-2
build/generate-sri.js
build/lint-vars.js
+0
-2
build/lint-vars.js
build/postcss.config.js
+0
-2
build/postcss.config.js
build/rollup.config.js
+0
-2
build/rollup.config.js
build/saucelabs-unit-test.js
+0
-2
build/saucelabs-unit-test.js
build/vnu-jar.js
+0
-2
build/vnu-jar.js
build/workbox.js
+0
-2
build/workbox.js
with
1 addition
and
19 deletions
+1
-19
build/.eslintrc.json
+
1
-
1
View file @
b442ce31
...
...
@@ -4,7 +4,7 @@
"node"
:
true
},
"parserOptions"
:
{
"sourceType"
:
"
script
"
"sourceType"
:
"
module
"
},
"extends"
:
"../.eslintrc.json"
,
"rules"
:
{
...
...
This diff is collapsed.
Click to expand it.
build/build-plugins.js
+
0
-
2
View file @
b442ce31
...
...
@@ -5,8 +5,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'
use strict
'
const
rollup
=
require
(
'
rollup
'
)
const
path
=
require
(
'
path
'
)
const
babel
=
require
(
'
rollup-plugin-babel
'
)
...
...
This diff is collapsed.
Click to expand it.
build/change-version.js
+
0
-
2
View file @
b442ce31
...
...
@@ -7,8 +7,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'
use strict
'
const
fs
=
require
(
'
fs
'
)
const
path
=
require
(
'
path
'
)
const
sh
=
require
(
'
shelljs
'
)
...
...
This diff is collapsed.
Click to expand it.
build/generate-sri.js
+
0
-
2
View file @
b442ce31
...
...
@@ -10,8 +10,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'
use strict
'
const
fs
=
require
(
'
fs
'
)
const
path
=
require
(
'
path
'
)
const
sriToolbox
=
require
(
'
sri-toolbox
'
)
...
...
This diff is collapsed.
Click to expand it.
build/lint-vars.js
+
0
-
2
View file @
b442ce31
...
...
@@ -7,8 +7,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'
use strict
'
const
fs
=
require
(
'
fs
'
)
const
path
=
require
(
'
path
'
)
const
glob
=
require
(
'
glob
'
)
...
...
This diff is collapsed.
Click to expand it.
build/postcss.config.js
+
0
-
2
View file @
b442ce31
'
use strict
'
module
.
exports
=
(
ctx
)
=>
({
map
:
ctx
.
file
.
dirname
.
includes
(
'
examples
'
)
?
false
:
{
inline
:
false
,
...
...
This diff is collapsed.
Click to expand it.
build/rollup.config.js
+
0
-
2
View file @
b442ce31
'
use strict
'
const
path
=
require
(
'
path
'
)
const
babel
=
require
(
'
rollup-plugin-babel
'
)
const
resolve
=
require
(
'
rollup-plugin-node-resolve
'
)
...
...
This diff is collapsed.
Click to expand it.
build/saucelabs-unit-test.js
+
0
-
2
View file @
b442ce31
...
...
@@ -12,8 +12,6 @@ Win Opera 15+ is not currently supported by Sauce Labs
iOS Chrome is not currently supported by Sauce Labs
*/
'
use strict
'
const
path
=
require
(
'
path
'
)
const
JSUnitSaucelabs
=
require
(
'
jsunitsaucelabs
'
)
...
...
This diff is collapsed.
Click to expand it.
build/vnu-jar.js
+
0
-
2
View file @
b442ce31
...
...
@@ -7,8 +7,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'
use strict
'
const
childProcess
=
require
(
'
child_process
'
)
const
vnu
=
require
(
'
vnu-jar
'
)
...
...
This diff is collapsed.
Click to expand it.
build/workbox.js
+
0
-
2
View file @
b442ce31
...
...
@@ -5,8 +5,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
'
use strict
'
const
fs
=
require
(
'
fs
'
)
const
path
=
require
(
'
path
'
)
const
swBuild
=
require
(
'
workbox-build
'
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets