Serve static files

This commit is contained in:
Raphael Michel
2015-05-12 21:48:41 +02:00
parent a3c0f061f4
commit c6bff238ba
7 changed files with 18 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
@import "../../../../base/static/bootstrap/less/bootstrap.less";
@import "../../bootstrap/less/bootstrap.less";
body {
background: #eee;

View File

@@ -1,5 +1,5 @@
@import "../../../../base/static/bootstrap/less/bootstrap.less";
@import "../../../../base/static/fontawesome/less/font-awesome.less";
@import "../../bootstrap/less/bootstrap.less";
@import "../../fontawesome/less/font-awesome.less";
@fa-font-path: "../../fontawesome/fonts";
@import (inline) "metisMenu.min.css";
@import "variables.less";