Skip to content

Commit

Permalink
v5.6.6 reverse to boostrap@3 with glyphicons
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Mar 12, 2021
1 parent c7df160 commit b84789a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions lib/create-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ function createApp (argv = {}) {
// Serve bootstrap from it's node_module directory
routeResolvedFile(app, '/common/css/', 'bootstrap/dist/css/bootstrap.min.css')
routeResolvedFile(app, '/common/css/', 'bootstrap/dist/css/bootstrap.min.css.map')
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.eot')
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.svg')
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.ttf')
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.woff')
routeResolvedFile(app, '/common/fonts/', 'bootstrap/dist/fonts/glyphicons-halflings-regular.woff2')

// Serve OWASP password checker from it's node_module directory
routeResolvedFile(app, '/common/js/', 'owasp-password-strength-test/owasp-password-strength-test.js')
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-server",
"description": "Solid server on top of the file-system",
"version": "5.6.5",
"version": "5.6.6",
"author": {
"name": "Tim Berners-Lee",
"email": "[email protected]"
Expand Down Expand Up @@ -60,7 +60,7 @@
"@solid/oidc-op": "0.11.3",
"async-lock": "^1.2.8",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap": "^3.4.1",
"busboy": "^0.3.1",
"cached-path-relative": "^1.0.2",
"camelize": "^1.0.0",
Expand Down

0 comments on commit b84789a

Please sign in to comment.