-
- Downloads
Initial code, enough to build a basic site
VNode, MakeItSo, and DiffNode are the main elements in this commit. It's enough to get a basic site up (as tested with a little site). Docs, example code, more detail, etc to follow.
parents
No related branches found
No related tags found
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- build.sbt 17 additions, 0 deletionsbuild.sbt
- index-fastopt.html 24 additions, 0 deletionsindex-fastopt.html
- index.html 24 additions, 0 deletionsindex.html
- project/build.properties 1 addition, 0 deletionsproject/build.properties
- project/build.sbt 1 addition, 0 deletionsproject/build.sbt
- src/main/scala/com/wbillingsley/veautiful/Component.scala 48 additions, 0 deletionssrc/main/scala/com/wbillingsley/veautiful/Component.scala
- src/main/scala/com/wbillingsley/veautiful/DElement.scala 207 additions, 0 deletionssrc/main/scala/com/wbillingsley/veautiful/DElement.scala
- src/main/scala/com/wbillingsley/veautiful/DNode.scala 47 additions, 0 deletionssrc/main/scala/com/wbillingsley/veautiful/DNode.scala
- src/main/scala/com/wbillingsley/veautiful/DiffNode.scala 97 additions, 0 deletionssrc/main/scala/com/wbillingsley/veautiful/DiffNode.scala
- src/main/scala/com/wbillingsley/veautiful/Differ.scala 101 additions, 0 deletionssrc/main/scala/com/wbillingsley/veautiful/Differ.scala
- src/main/scala/com/wbillingsley/veautiful/VNode.scala 78 additions, 0 deletionssrc/main/scala/com/wbillingsley/veautiful/VNode.scala
- src/test/scala/com/wbillingsley/veautiful/DifferTest.scala 18 additions, 0 deletionssrc/test/scala/com/wbillingsley/veautiful/DifferTest.scala
Loading
Please register or sign in to comment