UNPKG

generator-rps

Version:

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

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"