I'm using the grunt-html-build plugin to make static site with templates.
I would like to know if it is possible to pass a custom parameter object to the build function of grunt-html-build
, like this:
<!-- build:section layout.head(customSettings) -->
<!-- /build -->
to have in template file, like this:
<title>customSettings.title</title>
<meta property="og:title" content="customSettings.fbTitle" />