UNPKG

generator-rps

Version:

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

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'