diff --git a/Gruntfile.js b/Gruntfile.js index 2953b17d17..1d266f39ac 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -365,7 +365,19 @@ module.exports = grunt => { options: { archive: 'release/p5.zip' }, - files: [{ cwd: 'lib/', src: ['**/*'], expand: true }] + files: [ + { + cwd: 'lib/', + src: [ + 'p5.js', + 'p5.min.js', + 'addons/*', + 'empty-example/*', + 'README.txt' + ], + expand: true + } + ] } },