diff --git a/Gruntfile.js b/Gruntfile.js index b96a5ec..44a20bc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -153,7 +153,7 @@ module.exports = function(grunt) { // copy license and changelog config.copy.archiveMisc = { - src: "*.txt", + src: [ 'license.txt', 'changelog.txt' ], dest: 'build/archive/' };