Skip to content

Commit b84789a

Browse files
committed
v5.6.6 reverse to boostrap@3 with glyphicons
1 parent c7df160 commit b84789a

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

lib/create-app.js

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ function createApp (argv = {}) {
7676
// Serve bootstrap from it's node_module directory
7777
routeResolvedFile(app, '/common/css/', 'bootstrap/dist/css/bootstrap.min.css')
7878
routeResolvedFile(app, '/common/css/', 'bootstrap/dist/css/bootstrap.min.css.map')
79+
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.eot')
80+
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.svg')
81+
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.ttf')
82+
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.woff')
83+
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.woff2')
7984

8085
// Serve OWASP password checker from it's node_module directory
8186
routeResolvedFile(app, '/common/js/', 'owasp-password-strength-test/owasp-password-strength-test.js')

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solid-server",
33
"description": "Solid server on top of the file-system",
4-
"version": "5.6.5",
4+
"version": "5.6.6",
55
"author": {
66
"name": "Tim Berners-Lee",
77
"email": "[email protected]"
@@ -60,7 +60,7 @@
6060
"@solid/oidc-op": "0.11.3",
6161
"async-lock": "^1.2.8",
6262
"body-parser": "^1.19.0",
63-
"bootstrap": "^4.6.0",
63+
"bootstrap": "^3.4.1",
6464
"busboy": "^0.3.1",
6565
"cached-path-relative": "^1.0.2",
6666
"camelize": "^1.0.0",

0 commit comments

Comments
 (0)