UNPKG

generator-fe-kit

Version:
15 lines (14 loc) 375 B
module.exports = { options: { flatten: true, layout: 'default.hbs', layoutdir: '<%= dev %>/templates/layouts', helpers: 'grunt/helpers/helper-*.js', partials: ['<%= dev %>/templates/parts/**/*.hbs'] }, allTemplates: { files: { '<%= temp %>': ['<%= dev %>/templates/pages/**/*.hbs'] }, }, };