UNPKG

generator-rps

Version:

Generator-rps is a starting point for frontend projects powered by Yeoman.

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'