UNPKG

generator-mg

Version:

Mg is the starting point for all frontend projects at Sparkbox

8 lines (6 loc) 164 B
module.exports = (grunt) -> grunt.config "clean", all: src: "dist/*" dot: true # clean hidden files as well grunt.loadNpmTasks "grunt-contrib-clean"