From 08dde09e5de59b5e6723008b420614efe9b4edc5 Mon Sep 17 00:00:00 2001 From: baldo Date: Sat, 11 Jun 2016 16:18:38 +0200 Subject: [PATCH] Copy example config, license and readme to dist --- Gruntfile.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 605d8c4..062c7f1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -368,7 +368,12 @@ module.exports = function (grunt) { expand: true, cwd: '.', dest: '<%= yeoman.dist %>/', - src: ['package.json'] + src: [ + 'config.json.example', + 'package.json', + 'LICENSE', + 'README.md' + ] }, { expand: true,