Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Submodule for util template dependency #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ dist
/util/megasingle/src

buildinfo.properties
/.sbt-hydra-history
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "util/scala-js-template"]
path = util/scala-js-template
url = https://github.com/DefinitelyScala/scala-js-template.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion app/services/sbt/SbtHistoryService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ object SbtHistoryService {
logDir.createDirectories()
}


def list() = root.children.map(_.name.stripSuffix(".csv")).toSeq.sorted

def statuses() = {
Expand Down
1 change: 1 addition & 0 deletions util/scala-js-template
Submodule scala-js-template added at 0d3e87