mirror of
https://github.com/Febbweiss/springboot-react-webpack.git
synced 2026-03-05 06:35:36 +00:00
Fix: resources path and CSS bundle
This commit is contained in:
@@ -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 || [];
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user