Skip to content

Commit e37d6ec

Browse files
authored
Merge pull request #8245 from perminder-17/removing-grunt-from-contributor_guidelines
Removing grunt from contributor guidelines
2 parents b72ec2a + f9c65fa commit e37d6ec

File tree

6 files changed

+1
-6
lines changed

6 files changed

+1
-6
lines changed

contributor_docs/contributor_guidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ Some of the key files and folders you will be in the p5.js folder are as follows
303303
- `src` - Where all the code that eventually gets combined into the final p5.js and p5.min.js files lives
304304
- [`test`](./unit_testing.md) - Where unit tests and code for testing all documentation examples lives
305305
- `tasks` - Where detailed and custom build code lives
306-
- `Gruntfile.js` - This is the main build configuration file
307306
- `contributor_docs` - Where the documentation and all other contributor documentation lives
308307

309308
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.

contributor_docs/es/contributor_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Algunos de los archivos y carpetas clave que encontrarás en la carpeta de p5.js
294294

295295
- `src` - Aquí es donde reside todo el código que eventualmente se combina en los archivos finales p5.js y p5.min.js.
296296
- [`test`](https://github.com/processing/p5.js/blob/main/contributor_docs/unit_testing.md) - En esta carpeta se encuentran las pruebas unitarias y el código para probar todos los ejemplos de documentación.
297-
- `tasks` - Donde se encuentra el código de compilación detallado y personalizado. `Gruntfile.js` - Este es el archivo de configuración de compilación principal.
297+
- `tasks` - Donde se encuentra el código de compilación detallado y personalizado.
298298
- `contributor_docs` - Aquí es donde reside la documentación y toda la demás documentación para las, los y les colaboradores.
299299

300300
Los demás archivos y carpetas son principalmente configuraciones u otros tipos de archivos de soporte; en la mayoría de los casos, no debería ser necesario realizar ninguna modificación.

contributor_docs/hi/contributor_guidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ git clone [git_url]
294294
- `src` - जहां सभी कोड जो अंततः अंतिम p5.js और p5.min.js फ़ाइलों में संयुक्त हो जाते हैं, रहते हैं
295295
- [`test`](https://github.com/processing/p5.js/blob/main/contributor_docs/unit_testing.md) - जहां सभी दस्तावेज़ उदाहरणों के परीक्षण के लिए इकाई परीक्षण और कोड रहता है
296296
- `कार्य` - जहां विस्तृत और कस्टम बिल्ड कोड रहता है
297-
- `Gruntfile.js` - यह मुख्य बिल्ड कॉन्फ़िगरेशन फ़ाइल है
298297
- `contributor_docs` - जहां दस्तावेज़ और अन्य सभी योगदानकर्ता दस्तावेज़ रहते हैं
299298

300299
अन्य फ़ाइलें और फ़ोल्डर्स या तो कॉन्फ़िगरेशन हैं या अन्य प्रकार की समर्थन फ़ाइलें हैं; अधिकांश मामलों में, आपको कोई संशोधन करने की आवश्यकता नहीं होनी चाहिए।

contributor_docs/ja/contributor_guidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ p5.js フォルダー内には、いくつかの重要なファイルやフォ
296296
- `src` - `p5.js` および `p5.min.js` ファイルを最終的に生成するすべてのコードが格納されています。
297297
- [`test`](../unit_testing.md) - 単体テストのコードとすべてのドキュメントサンプルコードをテストするための場所。
298298
- `tasks` - 詳細なカスタムビルドコードが置かれている場所。
299-
- `Gruntfile.js` - 主要なビルド設定ファイル。
300299
- `contributor_docs` - ドキュメントやその他の貢献者向けドキュメントが置かれている場所。
301300
302301
その他のファイルやフォルダーは、設定ファイルやその他のサポートファイルであり、ほとんどの場合、これらに対する変更は必要ありません。

contributor_docs/ko/contributor_guidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ p5.js 폴더 안에 있는 몇 가지 주요 파일과 폴더는 다음과 같
306306
- `src` - 모든 코드가 최종적으로 p5.js와 p5.min.js 파일로 결합되어 위치하는 곳입니다.
307307
- [`test`](https://github.com/processing/p5.js/blob/main/contributor_docs/unit_testing.md) - 단위 테스트와 모든 문서 예제를 테스트하기 위한 코드가 위치하는 곳입니다.
308308
- `tasks` - 세밀하게 맞춤화된 빌드 코드가 위치한 곳입니다.
309-
- `Gruntfile.js` - 주요 빌드 구성 파일입니다.
310309
- `contributor_docs` - 기여자들이 작성한 문서를 비롯한 모든 문서 파일이 있는 곳입니다.
311310

312311
다른 파일과 폴더들은 구성 파일이나 다른 종류의 지원 파일일 뿐입니다; 대부분의 경우, 수정할 필요가 없습니다.

contributor_docs/zh-Hans/contributor_guidelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ git clone [git_url]
290290
- `src` - 最终生成 `p5.js``p5.min.js` 文件的所有代码都存放于此。
291291
- [`test`](../unit_testing.md) - 存放单元测试代码和测试所有文档示例代码的位置。
292292
- `tasks` - 存放详细的自定义构建代码的位置。
293-
- `Gruntfile.js` - 主要的构建配置文件。
294293
- `contributor_docs` - 存放文档和其他贡献者文档的位置。
295294

296295
其他文件和文件夹要么是配置文件,要么是其他类型的支持文件,大多数情况下,你不需要对它们做任何修改。

0 commit comments

Comments
 (0)