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 9738e0e commit 2ab6859Copy full SHA for 2ab6859
1 file changed
contributor_docs/contributor_guidelines.md
@@ -303,7 +303,6 @@ Some of the key files and folders you will be in the p5.js folder are as follows
303
- `src` - Where all the code that eventually gets combined into the final p5.js and p5.min.js files lives
304
- [`test`](./unit_testing.md) - Where unit tests and code for testing all documentation examples lives
305
- `tasks` - Where detailed and custom build code lives
306
-- `Gruntfile.js` - This is the main build configuration file
307
- `contributor_docs` - Where the documentation and all other contributor documentation lives
308
309
The other files and folders are either configurations or other kinds of support files; in most cases, you shouldn't need to make any modifications.
0 commit comments