Skip to content
Snippets Groups Projects
Commit 098f95f5 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Add bootstrap and font-awesome data

parent d5abce3d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ var passport = require('passport');
var app = express();
app.use(express.static(__dirname + '/public'));
app.use('/css', express.static(__dirname + '/node_modules/bootstrap/dist/css'));
app.use('/css', express.static(__dirname + '/node_modules/font-awesome/css'));
app.use('/fonts', express.static(__dirname + '/node_modules/font-awesome/fonts'));
app.listen(8080, () => {
});
......@@ -2221,6 +2221,11 @@
"debug": "2.6.9"
}
},
"font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
},
"for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
......
......@@ -15,6 +15,7 @@
},
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"gitlab": "^1.7.1",
"jquery": "^3.2.1",
"passport": "^0.4.0",
......
......@@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<title>gitlab-eum</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
</head>
<body>
<div id="app"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment