From 81140ebda3c119c6f1c3fef871251a485be40e18 Mon Sep 17 00:00:00 2001 From: j <74ef54cf@opayq.com> Date: Sun, 31 Dec 2017 00:47:04 -0800 Subject: [PATCH 1/3] add .sbt-hydra-history to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2a732fd..8babf9f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ dist /util/megasingle/src buildinfo.properties +/.sbt-hydra-history From 33a429e95b4de25a6e8759779ae5a34b7bcd05bd Mon Sep 17 00:00:00 2001 From: j <74ef54cf@opayq.com> Date: Sun, 31 Dec 2017 00:47:21 -0800 Subject: [PATCH 2/3] commit auto formatted change in sbthistoryservice --- app/services/sbt/SbtHistoryService.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/sbt/SbtHistoryService.scala b/app/services/sbt/SbtHistoryService.scala index c1e356b..6b36d32 100644 --- a/app/services/sbt/SbtHistoryService.scala +++ b/app/services/sbt/SbtHistoryService.scala @@ -13,7 +13,6 @@ object SbtHistoryService { logDir.createDirectories() } - def list() = root.children.map(_.name.stripSuffix(".csv")).toSeq.sorted def statuses() = { From f28b2930ad7b07b1c9b3659b64a7635fb68193de Mon Sep 17 00:00:00 2001 From: j <74ef54cf@opayq.com> Date: Sun, 31 Dec 2017 00:51:40 -0800 Subject: [PATCH 3/3] use submodules for the util/scala-js-template dependency --- .gitmodules | 3 +++ README.md | 2 +- util/scala-js-template | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 util/scala-js-template diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ed910e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "util/scala-js-template"] + path = util/scala-js-template + url = https://github.com/DefinitelyScala/scala-js-template.git diff --git a/README.md b/README.md index 0356725..97d7fe2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To run for your own TypeScript definitions ("foo") rename your `index.d.ts` to " Then start the app with `sbt run`, and open [http://localhost:9000](). Select `Project List`, then your project. You'll see options to parse, build, and publish your project. Publishing won't work. -In order to create the SBT project, you'll need to clone `git@github.com:DefinitelyScala/scala-js-template.git` into `./util`. +In order to create the SBT project, you'll need to run `git submodule update --init` More documentation coming soon. Feel free to email me if you run into trouble. diff --git a/util/scala-js-template b/util/scala-js-template new file mode 160000 index 0000000..0d3e87e --- /dev/null +++ b/util/scala-js-template @@ -0,0 +1 @@ +Subproject commit 0d3e87ed7c32163a280a71443ac301985b0c055d