From 8f9a64fafdfaeb5b6f9c5021e0bf3d4138921965 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Mon, 14 Apr 2014 11:03:16 -0500 Subject: [PATCH] Move fonts back to linker folder --- .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin views/includes/head.jade | 4 +--- views/layout.jade | 18 +----------------- 6 files changed, 2 insertions(+), 20 deletions(-) rename assets/{ => linker}/fonts/glyphicons-halflings-regular.eot (100%) rename assets/{ => linker}/fonts/glyphicons-halflings-regular.svg (100%) rename assets/{ => linker}/fonts/glyphicons-halflings-regular.ttf (100%) rename assets/{ => linker}/fonts/glyphicons-halflings-regular.woff (100%) 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