From 6bb7177b5b0f9b225a660ba74baa3c685ce46eef Mon Sep 17 00:00:00 2001 From: Jan Christopher Vogt Date: Thu, 18 Jan 2018 19:06:51 -0500 Subject: [PATCH 1/2] Update 2018.md --- gsoc/2018.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gsoc/2018.md b/gsoc/2018.md index 5f0b01e10..24178b464 100644 --- a/gsoc/2018.md +++ b/gsoc/2018.md @@ -60,6 +60,24 @@ for a 1.0 version. Supervised by [@julienrf](https://github.com/julienrf). +### CBT support for Play Framework + +Implement everything necessary to have a smooth development experience with [Play framework](https://www.playframework.com/) and [cbt](https://github.com/cvogt/cbt), e.g. restarting the server on change, bundling/minimizing js/css, integration with scalajs. Take guidance from SBT plugin. + +Supervised by [@cvogt](https://github.com/cvogt). + +### CBT Coursier integration + +Allow using [coursier](https://github.com/coursier/coursier) as the resolver in [cbt](https://github.com/cvogt/cbt). + +Supervised by [@cvogt](https://github.com/cvogt). + +### CBT Ticket hunt + +Bring down these open tickets for [cbt](https://github.com/cvogt/cbt) by picking some of the most urgent or interesting ones. + +Supervised by [@cvogt](https://github.com/cvogt). + ### Project name Project description. From e81b6d6718dd6a037421bd53aaf0ca3948079048 Mon Sep 17 00:00:00 2001 From: Jan Christopher Vogt Date: Fri, 19 Jan 2018 09:04:04 -0500 Subject: [PATCH 2/2] Update 2018.md --- gsoc/2018.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsoc/2018.md b/gsoc/2018.md index 24178b464..01dc634f6 100644 --- a/gsoc/2018.md +++ b/gsoc/2018.md @@ -62,7 +62,7 @@ Supervised by [@julienrf](https://github.com/julienrf). ### CBT support for Play Framework -Implement everything necessary to have a smooth development experience with [Play framework](https://www.playframework.com/) and [cbt](https://github.com/cvogt/cbt), e.g. restarting the server on change, bundling/minimizing js/css, integration with scalajs. Take guidance from SBT plugin. +Implement everything necessary to have a smooth development experience with [Play framework](https://www.playframework.com/) and [cbt](https://github.com/cvogt/cbt), e.g. restarting the server on change, bundling/minimizing js/css, integration with scalajs. Take guidance from sbt plugin. Supervised by [@cvogt](https://github.com/cvogt).