UNPKG

generator-mg

Version:

Mg is the starting point for all frontend projects at Sparkbox

12 lines (10 loc) 212 B
module.exports = (grunt) -> grunt.config "copy", main: files: [ expand: true cwd:'public/' src: ["**"] dest: "dist/" ] grunt.loadNpmTasks 'grunt-contrib-copy'