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 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/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() = { 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