UNPKG

generator-mg

Version:

Mg is the starting point for all frontend projects at Sparkbox

13 lines (10 loc) 247 B
module.exports = (grunt) -> grunt.config "grunticon", icons: files: [ expand: true, cwd: 'public/grunticon/src', src: ["*.svg"], dest: 'public/grunticon' ] grunt.loadNpmTasks 'grunt-grunticon'