UNPKG

brei-grunt-config

Version:
17 lines (16 loc) 251 B
module.exports = function(grunt, options){ var yeoman = options.yeoman; return { dist: { options: { keepClosingSlash: true, }, files: [{ expand: true, cwd: yeoman.app, src: '*.html', dest: yeoman.dist }] } }; };