Skip to content

Commit

Permalink
UNCLEAR rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertheau committed Nov 26, 2014
1 parent 4383db2 commit 24bafbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -99,7 +99,7 @@ compiledmessages:
css:
# Compile CSS files from LESS
lessc --source-map --source-map-less-inline oscar/static/oscar/less/styles.less oscar/static/oscar/css/styles.css
lessc --source-map --source-map-less-inline oscar/static/oscar/less/responsive.less oscar/static/oscar/css/responsive.css
lessc --source-map --source-map-less-inline oscar/static/oscar/less/responsive-bootstrap2.less oscar/static/oscar/css/responsive.css
lessc --source-map --source-map-less-inline oscar/static/oscar/less/dashboard.less oscar/static/oscar/css/dashboard.css
# Compile CSS for demo site
lessc --source-map --source-map-less-inline sites/demo/static/demo/less/styles.less sites/demo/static/demo/css/styles.css
Expand Down
Expand Up @@ -55,4 +55,4 @@

// OSCAR SPECIFIC MEDIA QUERIES
// -------------------------
@import "page/responsive-767px-max.less";
@import "page/responsive-767px-max-bootstrap2.less";
4 changes: 2 additions & 2 deletions oscar/templates/oscar/dashboard/layout.html
Expand Up @@ -11,10 +11,10 @@
<link rel="stylesheet" href="{% static "oscar/css/bootstrap.min.css" %}" />
{% if use_less %}
<link rel="stylesheet" type="text/less" href="{% static "oscar/less/dashboard.less" %}" />
<link rel="stylesheet" type="text/less" href="{% static "oscar/less/responsive.less" %}" />
<link rel="stylesheet" type="text/less" href="{% static "oscar/less/responsive-bootstrap2.less" %}" />
{% else %}
<link rel="stylesheet" type="text/css" href="{% static "oscar/css/dashboard.css" %}" />
<link rel="stylesheet" type="text/css" href="{% static "oscar/css/responsive.css" %}" />
<link rel="stylesheet" type="text/css" href="{% static "oscar/css/responsive-bootstrap2.css" %}" />
{% endif %}
{% endcompress %}
{% endblock %}
Expand Down

0 comments on commit 24bafbe

Please sign in to comment.