Remove compressing, choose html mode in grunt

This commit is contained in:
Vit Brunner
2015-03-09 22:18:36 +01:00
parent fe53b64402
commit bb2164c715
3 changed files with 7 additions and 32 deletions
+6 -2
View File
@@ -5,8 +5,12 @@ html(ng-app="sideBySide" ng-controller="AppController")
title(ng-bind="title()") Side By Side viewer
meta(charset="utf-8")
link(rel="stylesheet", type="text/css", href="//fonts.googleapis.com/css?family=Noticia+Text:400,700,400italic,700italic")
script.
html5Mode = false;
if html5Mode == true
script.
html5Mode=true;
else
script.
html5Mode=false;
if min == true
link(rel="stylesheet", type="text/css", href="styles/all_min.css")