grunt-bake
grunt-bake copied to clipboard
bakes parsed templates into files in order to ease the process of creating static pages.
I want to use this in my html: ``` {{ myVar | default:'This is the default. myVar was falsy.' }} ``` but the transform never hits because of https://github.com/MathiasPaumgarten/grunt-bake/blob/master/tasks/bake.js#L114 Any...
Is it possible to pass objects/arrays to partials inline? For example: ``` html ``` I'm trying to build hot-swappable components with configurable options without having to rely on a `content.json`
This is an issue for discussion ideas of how default transforms can be integrated into grut-bake. #### Thoughts from PR #71 Written by @david-zacharias > I believe one who uses...