Skip to content

Commit 9fbe4e3

Browse files
committed
Drop Bootstrap::framework
1 parent d7ef03d commit 9fbe4e3

File tree

3 files changed

+70
-131
lines changed

3 files changed

+70
-131
lines changed

build/build-modules-js/settings.json

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"css": {
4646
"dist/css/bootstrap.css": "css/bootstrap.css",
4747
"dist/css/bootstrap.min.css": "css/bootstrap.min.css",
48+
"dist/css/bootstrap.rtl.css": "css/bootstrap.rtl.css",
49+
"dist/css/bootstrap.rtl.min.css": "css/bootstrap.rtl.min.css",
4850
"dist/css/bootstrap-grid.css": "css/bootstrap-grid.css",
4951
"dist/css/bootstrap-grid.min.css": "css/bootstrap-grid.min.css",
5052
"dist/css/bootstrap-reboot.css": "css/bootstrap-reboot.css",
@@ -53,6 +55,8 @@
5355
"filesExtra": {
5456
"dist/css/bootstrap.css.map": "css/bootstrap.css.map",
5557
"dist/css/bootstrap.min.css.map": "css/bootstrap.min.css.map",
58+
"dist/css/bootstrap.rtl.css.map": "css/bootstrap.rtl.css.map",
59+
"dist/css/bootstrap.rtl.min.css.map": "css/bootstrap.rtl.min.css.map",
5660
"dist/css/bootstrap-grid.css.map": "css/bootstrap-grid.css.map",
5761
"dist/css/bootstrap-grid.min.css.map": "css/bootstrap-grid.min.css.map",
5862
"dist/css/bootstrap-reboot.css.map": "css/bootstrap-reboot.css.map",
@@ -65,21 +69,22 @@
6569
"type": "style",
6670
"uri": "bootstrap.min.css"
6771
},
72+
{
73+
"name": "bootstrap.rtl.css",
74+
"type": "style",
75+
"uri": "bootstrap.rtl.min.css"
76+
},
6877
{
6978
"name": "bootstrap.css.grid",
7079
"type": "style",
7180
"uri": "bootstrap-grid.min.css",
72-
"dependencies": [
73-
"bootstrap.css"
74-
]
81+
"dependencies": ["bootstrap.css"]
7582
},
7683
{
7784
"name": "bootstrap.alert",
7885
"type": "script",
7986
"uri": "alert.min.js",
80-
"dependencies": [
81-
"core"
82-
],
87+
"dependencies": ["core"],
8388
"attributes": {
8489
"type": "module"
8590
}
@@ -88,9 +93,7 @@
8893
"name": "bootstrap.button",
8994
"type": "script",
9095
"uri": "button.min.js",
91-
"dependencies": [
92-
"core"
93-
],
96+
"dependencies": ["core"],
9497
"attributes": {
9598
"type": "module"
9699
}
@@ -99,9 +102,7 @@
99102
"name": "bootstrap.carousel",
100103
"type": "script",
101104
"uri": "carousel.min.js",
102-
"dependencies": [
103-
"core"
104-
],
105+
"dependencies": ["core"],
105106
"attributes": {
106107
"type": "module"
107108
}
@@ -110,9 +111,7 @@
110111
"name": "bootstrap.collapse",
111112
"type": "script",
112113
"uri": "collapse.min.js",
113-
"dependencies": [
114-
"core"
115-
],
114+
"dependencies": ["core"],
116115
"attributes": {
117116
"type": "module"
118117
}
@@ -121,9 +120,7 @@
121120
"name": "bootstrap.dropdown",
122121
"type": "script",
123122
"uri": "dropdown.min.js",
124-
"dependencies": [
125-
"core"
126-
],
123+
"dependencies": ["core"],
127124
"attributes": {
128125
"type": "module"
129126
}
@@ -132,9 +129,7 @@
132129
"name": "bootstrap.modal",
133130
"type": "script",
134131
"uri": "modal.min.js",
135-
"dependencies": [
136-
"core"
137-
],
132+
"dependencies": ["core"],
138133
"attributes": {
139134
"type": "module"
140135
}
@@ -143,9 +138,7 @@
143138
"name": "bootstrap.offcanvas",
144139
"type": "script",
145140
"uri": "offcanvas.min.js",
146-
"dependencies": [
147-
"core"
148-
],
141+
"dependencies": ["core"],
149142
"attributes": {
150143
"type": "module"
151144
}
@@ -154,9 +147,7 @@
154147
"name": "bootstrap.popover",
155148
"type": "script",
156149
"uri": "popover.min.js",
157-
"dependencies": [
158-
"core"
159-
],
150+
"dependencies": ["core"],
160151
"attributes": {
161152
"type": "module"
162153
}
@@ -165,9 +156,7 @@
165156
"name": "bootstrap.scrollspy",
166157
"type": "script",
167158
"uri": "scrollspy.min.js",
168-
"dependencies": [
169-
"core"
170-
],
159+
"dependencies": ["core"],
171160
"attributes": {
172161
"type": "module"
173162
}
@@ -176,9 +165,7 @@
176165
"name": "bootstrap.tab",
177166
"type": "script",
178167
"uri": "tab.min.js",
179-
"dependencies": [
180-
"core"
181-
],
168+
"dependencies": ["core"],
182169
"attributes": {
183170
"type": "module"
184171
}
@@ -187,9 +174,7 @@
187174
"name": "bootstrap.toast",
188175
"type": "script",
189176
"uri": "toast.min.js",
190-
"dependencies": [
191-
"core"
192-
],
177+
"dependencies": ["core"],
193178
"attributes": {
194179
"type": "module"
195180
}

0 commit comments

Comments
 (0)