grunt-bake icon indicating copy to clipboard operation
grunt-bake copied to clipboard

bakes parsed templates into files in order to ease the process of creating static pages.

Results 3 grunt-bake issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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`

feature

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...

enhancement