From 73684e9a5fd810025dfb053c3482d99bf24e3807 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Fri, 16 Jan 2015 15:54:21 +0200 Subject: [PATCH] cleaning up css and js assets so they look indented and easy to read on browsers when viewing the HTML source of the page --- app/views/layout.server.view.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/layout.server.view.html b/app/views/layout.server.view.html index 7e19f92f..220a2003 100644 --- a/app/views/layout.server.view.html +++ b/app/views/layout.server.view.html @@ -35,7 +35,8 @@ - {% for cssFile in cssFiles %}{% endfor %} + {% for cssFile in cssFiles %} + {% endfor %} - {% for jsFile in jsFiles %}{% endfor %} + {% for jsFile in jsFiles %} + {% endfor %} {% if process.env.NODE_ENV === 'development' %}