grunt assemble multiple files from one datafile
问题 I am trying to assemble multiple files using one template and one data file data.json { "site": { "title": "A Blog", "author": "Jon Schlinkert" }, "pages": [ { "metadata": { "title": "Blog Post #1", "summary": "", "categories": [""], "layout": "post.hbs", "gists": ["5898072"] }, "content": "This would get passed into the `body` tag, but it's not necessary if you only need to add a post from a gist." }, { "metadata": { "title": "Blog Post #2", "summary": "", "categories": [""], "layout": "post