Skip to content

1.2.0

Compare
Choose a tag to compare
@ArmorDarks ArmorDarks released this 12 Feb 21:44
· 33 commits to master since this release

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.