UNPKG

brei-grunt-config

Version:
10 lines (9 loc) 166 B
module.exports = function(grunt, options){ var yeoman = options.yeoman; return { options: { dest: yeoman.dist }, html: yeoman.app + '/index.html' }; };