UNPKG

generator-mg

Version:

Mg is the starting point for all frontend projects at Sparkbox

16 lines (13 loc) 336 B
module.exports = (grunt) -> grunt.config "assemble", options: partials: "templates/partials/*" data: "data/*.yml" layoutdir: "templates/layouts/" layout: ['default.hbs'] files: expand: true cwd: 'templates/pages' src: ['*.hbs'] dest: './dist/' grunt.loadNpmTasks 'assemble'