From 0fc99f27e01c5022e0fb2ccddfe98eac7a687f9f Mon Sep 17 00:00:00 2001 From: fadykalo Date: Sat, 21 Feb 2015 18:01:53 +0000 Subject: [PATCH] added local less configuration to provide development configuration --- seeVcam/dashboard/templates/dashboard.html | 2 +- seeVcam/static/apps/env/local.less | 8 ++++++++ seeVcam/static/apps/env/production.less | 0 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 seeVcam/static/apps/env/local.less create mode 100644 seeVcam/static/apps/env/production.less diff --git a/seeVcam/dashboard/templates/dashboard.html b/seeVcam/dashboard/templates/dashboard.html index 4c9a7340..7c4b6787 100644 --- a/seeVcam/dashboard/templates/dashboard.html +++ b/seeVcam/dashboard/templates/dashboard.html @@ -15,7 +15,7 @@ {% else %} {# less #} - + {# app.js #} diff --git a/seeVcam/static/apps/env/local.less b/seeVcam/static/apps/env/local.less new file mode 100644 index 00000000..8b25c9c9 --- /dev/null +++ b/seeVcam/static/apps/env/local.less @@ -0,0 +1,8 @@ +@import "../dashboard/dashboard"; + +/* new definitions */ + +/* @overrides */ + +//** Load fonts from this directory. +@icon-font-path:"../../bower_components/bootstrap/fonts/"; \ No newline at end of file diff --git a/seeVcam/static/apps/env/production.less b/seeVcam/static/apps/env/production.less new file mode 100644 index 00000000..e69de29b