Skip to content

Commit bf5a294

Browse files
committed
fixinglint error
1 parent bb57b7a commit bf5a294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ module.exports = function(grunt) {
328328
'!<%= config.dist %>/**/README.html',
329329
'!<%= config.dist %>/**/p5_featured/**/*.html',
330330
'!<%= config.dist %>/**/learn/*.html',
331-
'!<%= config.dist %>/**/examples/*.html'],
331+
'!<%= config.dist %>/**/examples/*.html',
332+
'!<%= config.dist %>/reference/assets/index.html'],
332333
options: {
333334
ignore: [/^This document appears to be written in English/,
334335
/^Bad value https:/,

0 commit comments

Comments
 (0)