Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
cleaning up css and js assets so they look indented and easy to read …
Browse files Browse the repository at this point in the history
…on browsers when viewing the HTML source of the page
  • Loading branch information
lirantal committed Jan 16, 2015
1 parent 92517f7 commit 73684e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/layout.server.view.html
Expand Up @@ -35,7 +35,8 @@
<link href="/modules/core/img/brand/favicon.ico" rel="shortcut icon" type="image/x-icon">

<!--Application CSS Files-->
{% for cssFile in cssFiles %}<link rel="stylesheet" href="{{cssFile}}">{% endfor %}
{% for cssFile in cssFiles %}
<link rel="stylesheet" href="{{cssFile}}">{% endfor %}

<!-- HTML5 Shim -->
<!--[if lt IE 9]>
Expand All @@ -57,7 +58,8 @@
</script>

<!--Application JavaScript Files-->
{% for jsFile in jsFiles %}<script type="text/javascript" src="{{jsFile}}"></script>{% endfor %}
{% for jsFile in jsFiles %}
<script type="text/javascript" src="{{jsFile}}"></script>{% endfor %}

{% if process.env.NODE_ENV === 'development' %}
<!--Livereload script rendered -->
Expand Down

0 comments on commit 73684e9

Please sign in to comment.