From 2e70e83d682e0a56bac6ae17cbaee474030e0ff8 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Fri, 13 Mar 2015 17:19:15 +0100 Subject: [PATCH] Fix html 5 mode setting, esp for non-min --- Gruntfile.coffee | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e76c1aa..6082f81 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -82,7 +82,7 @@ module.exports = (grunt) -> test_styles: [ 'bower_components/qunit/qunit/qunit.css' ] - html5mode: false + html5Mode: false min: false } @@ -203,7 +203,10 @@ module.exports = (grunt) -> grunt.config 'jade', add([ [ 'main', { options: { - data: _.extend {}, vars, { base: get_base(vars) } + data: _.extend {}, vars, { + base: get_base(vars) + html5Mode: true + } pretty: true }}] [ 'min', { options: {