From 6b336f7d700ad9c20b15d99e713e91c7ed8ad473 Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Sat, 22 Nov 2014 01:35:58 +0000 Subject: [PATCH] Set TeamKoders to render first --- README.md | 2 +- gulpfile.coffee | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3dc8e0..7cf1453 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ the lower section of this README.md file. | #TeamName | Team Lead | Team Members | Team Page | |---------------|-----------|--------------|-----------| +| #Team Koders |[Sinan Yasar](https://koding.com/sinan) |[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Sinan Yasar](https://koding.com/sinan) San Francsico, US
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) | | #Callback Hell | |[Zlatko Duric](https://koding.com/zladuric) Munich, DE
| [Callback Hell](./Teams/CallbackHell/ABOUT.md) | | #CodeNotion |[Michael Adam Jablecki](https://koding.com/mjablecki) |[Francisco Facioni](https://koding.com/fran6co) Buenos Aires, AR
[Michael Adam Jablecki](https://koding.com/mjablecki) Providence, US
[Ezequiel Rabinovich](https://koding.com/warseph) Santiago de Chile, CL
| [CodeNotion](./Teams/CodeNotion/ABOUT.md) | | #J-Unit |[Ali Akhtar](https://koding.com/digitman2) |[Bobby Degrot](https://koding.com/eonns) Boston, US
[Ali Akhtar](https://koding.com/digitman2) Lahore, PK
| [J-Unit](./Teams/J-Unit/ABOUT.md) | -| #Team Koders |[Sinan Yasar](https://koding.com/sinan) |[Senthil A](https://koding.com/sent-hil) Chennai, IN
[Sinan Yasar](https://koding.com/sinan) San Francsico, US
[Devrim Yasar](https://koding.com/devrim) San Francsico, US
[Nitin Gupta](https://koding.com/nitin) Turin, IT
| [Team Koders](./Teams/TeamKoders/ABOUT.md) | diff --git a/gulpfile.coffee b/gulpfile.coffee index 41a4933..4737756 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -96,7 +96,8 @@ format_json = (data, filepath) -> gulp.task 'run', -> gulp.src [ 'README.template.md' - './Teams/**/*.json' + './Teams/**/TeamKoders/team.json' + './Teams/**/team.json' ] .pipe tap tap_json .pipe concat 'README.md', newLine: ''