Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
remove autoindentation from handlebars that caused indentations to br…
Browse files Browse the repository at this point in the history
  • Loading branch information
irisli committed Sep 29, 2015
1 parent 1ec4a3a commit 5c4f030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c4f030

Please sign in to comment.