create separate styles bundle

This commit is contained in:
Sebastian Sdorra
2019-11-18 10:56:40 +01:00
parent 78e5c1e21d
commit 5ea3c53613
6 changed files with 604 additions and 15 deletions

View File

@@ -85,7 +85,7 @@ public final class SingleView {
MustacheTemplateEngine.class);
bind(TemplateEngineFactory.class);
serve("/images/*", "/styles/*", "/favicon.ico").with(StaticResourceServlet.class);
serve("/images/*", "/assets/*", "/favicon.ico").with(StaticResourceServlet.class);
serve("/*").with(SingleViewServlet.class);
}
}