From 5c4f030ec38c5e5f5ba14f843f85feb4653cdc18 Mon Sep 17 00:00:00 2001 From: irisli Date: Tue, 29 Sep 2015 12:57:15 -0700 Subject: [PATCH] remove autoindentation from handlebars that caused indentations to break. https://github.com/wycats/handlebars.js/issues/858 --- gulpfile.babel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 5c39da3..42b3acb 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -54,6 +54,7 @@ gulp.task('build', ['src:symlink-repos', "js:copy-vendor", 'css:symlink-graphics engine: "handlebars", partials: "partials", helpers: hbars.helpers, + preventIndent: true, }; Metalsmith(__dirname)