Fix: resources path and CSS bundle

This commit is contained in:
fecaille
2016-03-31 14:26:05 +02:00
parent c43fdf9f95
commit 2115d30c32
4 changed files with 8 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ import App from './app.jsx';
require('bootstrap/dist/css/bootstrap.css');
require('../css/comments.css');
global.renderClient = function (comments) {
var data = comments || [];

View File

@@ -24,7 +24,7 @@
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/signin" th:href="@{/signin}">Sign in</a>
<a href="/signin" th:href="@{/signin}" class="glyphicon glyphicon-user">Sign in</a>
</li>
</ul>
</div>

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Comments channel</title>
<link rel="stylesheet" href="/css/vendors.css" />
<link rel="stylesheet" href="/css/comments.css" />
<link rel="stylesheet" href="/css/app.css" />
</head>
<body>