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.
1 parent bb57b7a commit bf5a294Copy full SHA for bf5a294
Gruntfile.js
@@ -328,7 +328,8 @@ module.exports = function(grunt) {
328
'!<%= config.dist %>/**/README.html',
329
'!<%= config.dist %>/**/p5_featured/**/*.html',
330
'!<%= config.dist %>/**/learn/*.html',
331
- '!<%= config.dist %>/**/examples/*.html'],
+ '!<%= config.dist %>/**/examples/*.html',
332
+ '!<%= config.dist %>/reference/assets/index.html'],
333
options: {
334
ignore: [/^This document appears to be written in English/,
335
/^Bad value “https:/,
0 commit comments