From 61f9ce425dc34a2302bb36a9f13eb62ae543bcd9 Mon Sep 17 00:00:00 2001 From: Saksham Saxena Date: Thu, 24 Aug 2017 23:45:07 +0530 Subject: [PATCH 1/2] Delete .gitkeep --- lib/.gitkeep | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lib/.gitkeep diff --git a/lib/.gitkeep b/lib/.gitkeep deleted file mode 100644 index 4ae6d427fa..0000000000 --- a/lib/.gitkeep +++ /dev/null @@ -1,7 +0,0 @@ -If you expected to see `p5.js`, `p5.min.js`, or other javascript files here, you probably need to run - -```javascript -grunt -``` - -on the command line from the root directory of this project. \ No newline at end of file From bb2da71955ba805e37a61c4baf0fcb01414e56da Mon Sep 17 00:00:00 2001 From: Saksham Saxena Date: Sat, 26 Aug 2017 01:07:41 +0530 Subject: [PATCH 2/2] Updated README to include some mentions of modularisation capability --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c0886f718..f7935af8fb 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Using the original metaphor of a software sketchbook, p5.js has a full set of dr p5.js is a new interpretation, not an emulation or port, and it is in active development. An official editing environment is coming soon, as well as many more features! -If you already know the basics of JS or Processing, the [p5.js overview](https://github.com/processing/p5.js/wiki/p5.js-overview) wiki page is a good place to start. The [frequently asked questions](https://github.com/processing/p5.js/wiki/Frequently-Asked-Questions) might also be helpful. +If you already know the basics of JavaScript or Processing, the [p5.js overview](https://github.com/processing/p5.js/wiki/p5.js-overview) wiki page is a good place to start. The [frequently asked questions](https://github.com/processing/p5.js/wiki/Frequently-Asked-Questions) might also be helpful. -If you have found a bug in the p5.js library, you can file it here under the [“issues” tab](https://github.com/processing/p5.js/issues). +If you have found a bug in the p5.js library, you can file it here under the [“issues” tab](https://github.com/processing/p5.js/issues). An indicative template for reporting an issue is provided to assist you (and us!) better. ## p5.js library -To use p5.js, you can [download the p5.js library here](http://p5js.org/download). If you are interested in the most recent, less stable version, you can clone this repository and run `grunt` from the command line to generate the library from source. See the [development](https://github.com/processing/p5.js/wiki/Development) wiki for more information about our build process. +To use the complete p5.js library, you can [download it here](http://p5js.org/download). If you are interested in the most recent, less stable version, or even simply in (**new!**) certain components of p5.js, you can clone this repository and run `grunt` from the command line to generate the library from source. See the [development](https://github.com/processing/p5.js/wiki/Development#Setup) wiki for more information about our build process to generate the complete as well as selective library. ## Issues