1.2.0
Task now properly works with expand: true
option specified in files
. If you used expanded files in task config and still want to receive monolith JSON file, use this pattern instead:
grunt.initConfig
grayMatter:
build:
src: 'source/templates/{,**/}*.html'
dest: 'data/matter.json'
See changelog for details.