We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cd1863 + f932352 commit afb7214Copy full SHA for afb7214
Gruntfile.js
@@ -365,7 +365,19 @@ module.exports = grunt => {
365
options: {
366
archive: 'release/p5.zip'
367
},
368
- files: [{ cwd: 'lib/', src: ['**/*'], expand: true }]
+ files: [
369
+ {
370
+ cwd: 'lib/',
371
+ src: [
372
+ 'p5.js',
373
+ 'p5.min.js',
374
+ 'addons/*',
375
+ 'empty-example/*',
376
+ 'README.txt'
377
+ ],
378
+ expand: true
379
+ }
380
+ ]
381
}
382
383
0 commit comments