diff --git a/assets/fonts/glyphicons-halflings-regular.eot b/assets/linker/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from assets/fonts/glyphicons-halflings-regular.eot rename to assets/linker/fonts/glyphicons-halflings-regular.eot diff --git a/assets/fonts/glyphicons-halflings-regular.svg b/assets/linker/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from assets/fonts/glyphicons-halflings-regular.svg rename to assets/linker/fonts/glyphicons-halflings-regular.svg diff --git a/assets/fonts/glyphicons-halflings-regular.ttf b/assets/linker/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from assets/fonts/glyphicons-halflings-regular.ttf rename to assets/linker/fonts/glyphicons-halflings-regular.ttf diff --git a/assets/fonts/glyphicons-halflings-regular.woff b/assets/linker/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from assets/fonts/glyphicons-halflings-regular.woff rename to assets/linker/fonts/glyphicons-halflings-regular.woff diff --git a/views/includes/head.jade b/views/includes/head.jade index 95cda71..31b1445 100644 --- a/views/includes/head.jade +++ b/views/includes/head.jade @@ -4,9 +4,7 @@ meta(http-equiv="X-UA-Compatible",content="IE-edge") meta(name="viewport",content="width=device-width,initial-scale=1") // STYLES -link(rel="stylesheet", href="/linker/styles/bootstrap-theme.css") -link(rel="stylesheet", href="/linker/styles/bootstrap.css") -link(rel="stylesheet", href="/linker/styles/app.css") +link(rel="stylesheet", href="/min/production.css") // STYLES END