Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit a576112

Browse files
committed
Merged master.
2 parents ab31083 + 4f3828a commit a576112

File tree

15 files changed

+574
-967
lines changed

15 files changed

+574
-967
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ project/plugins/project/
2828
/config/
2929

3030
# resources of the bootstrap project
31-
/dependencyList.txt
3231
/bootstrap/src/main/resources/
3332
/bin/
3433
/lib/

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ simple_run:
1313
sbt package copy
1414

1515
bootstrap_deploy:
16-
sbt dependencyList | cut -d " " -f2 | grep ":" | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" | uniq > dependencyList.txt
1716
sbt compile
1817
sbt clean
1918
sbt package copy

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Please see the wiki to learn how to code new [platform sources](https://github.c
3232

3333
Chat Overflow releases are not yet available. ETA Q2 2019.
3434

35+
### Discord
36+
37+
The perfect place if you need help with the framework, found a bug or want to share your own plugin:
38+
39+
[![discord](https://discordapp.com/api/guilds/577412066994946060/widget.png?style=banner2)](https://discord.gg/p2HDsme)
40+
3541
### About Code Overflow
3642

3743
Code Overflow started as a coding-livestream project by three computer science students @ [KIT, Karlsruhe](http://www.kit.edu/) and is headed by [skate702](http://skate702.de).

0 commit comments

Comments
 (0)