Skip to content

Commit

Permalink
added local less configuration to provide development configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fadykalo committed Feb 21, 2015
1 parent a21b7be commit 0fc99f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion seeVcam/dashboard/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="text/javascript" src="/js/dashboard.min.js"></script>
{% else %}
{# less #}
<link rel="stylesheet/less" type="text/css" href="{% static "apps/dashboard/dashboard.less" %}" />
<link rel="stylesheet/less" type="text/css" href="{% static "apps/env/local.less" %}" />
<script type="text/javascript" src="{% static "bower_components/less/dist/less-1.7.5.min.js" %}"></script>
{# app.js #}
<script type="text/javascript" data-main="{% static "" %}" src="{% static "bower_components/requirejs/require.js" %}"></script>
Expand Down
8 changes: 8 additions & 0 deletions seeVcam/static/apps/env/local.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@import "../dashboard/dashboard";

/* new definitions */

/* @overrides */

//** Load fonts from this directory.
@icon-font-path:"../../bower_components/bootstrap/fonts/";
Empty file.

0 comments on commit 0fc99f2

Please sign in to comment.