Skip to content

Commit ed9c8af

Browse files
committed
first commit
0 parents  commit ed9c8af

File tree

10 files changed

+6879
-0
lines changed

10 files changed

+6879
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
target/
2+
.cache
3+
.classpath
4+
.project
5+
.settings/
6+
.idea
7+
.idea_modules

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
scalaJSSettings
2+
3+
name := "Dom"
4+
5+
version := "0.1-SNAPSHOT"

project/build.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sbt.version=0.13.0

project/build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
addSbtPlugin("ch.epfl.lamp" % "scalajs-sbt-plugin" % "0.1-SNAPSHOT")
2+
3+
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
4+
5+

0 commit comments

Comments
 (0)