Skip to content

Commit d0262c4

Browse files
committed
Bootstrap 4.x
1 parent 7c9c620 commit d0262c4

11 files changed

+319
-4
lines changed

assets/scss/frontend.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "~bootstrap/scss/bootstrap";
1+
@import "bootstrap";

package-lock.json

+15-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
3-
"jquery-ui": "^1.13"
3+
"jquery-ui": "^1.13",
4+
"bootstrap": "^3.3"
45
},
56
"devDependencies": {
67
"@babel/core": "^7.17",

src/Resources/public/entrypoints.json

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"js": [
88
"./app.js"
99
]
10+
},
11+
"frontend": {
12+
"css": [
13+
"./frontend.css"
14+
]
1015
}
1116
}
1217
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/Resources/public/frontend.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Resources/public/images/glyphicons-halflings-regular.060b2710.svg

+288
Loading

src/Resources/public/manifest.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"bundles/sonatapage/app.css": "./app.css",
3-
"bundles/sonatapage/app.js": "./app.js"
3+
"bundles/sonatapage/app.js": "./app.js",
4+
"bundles/sonatapage/frontend.css": "./frontend.css",
5+
"bundles/sonatapage/images/glyphicons-halflings-regular.svg": "./images/glyphicons-halflings-regular.060b2710.svg",
6+
"bundles/sonatapage/fonts/glyphicons-halflings-regular.ttf": "./fonts/glyphicons-halflings-regular.4692b9ec.ttf",
7+
"bundles/sonatapage/fonts/glyphicons-halflings-regular.woff": "./fonts/glyphicons-halflings-regular.82b1212e.woff",
8+
"bundles/sonatapage/fonts/glyphicons-halflings-regular.eot": "./fonts/glyphicons-halflings-regular.5be1347c.eot",
9+
"bundles/sonatapage/fonts/glyphicons-halflings-regular.woff2": "./fonts/glyphicons-halflings-regular.be810be3.woff2"
410
}

0 commit comments

Comments
 (0)