File tree Expand file tree Collapse file tree 3 files changed +11
-18
lines changed 
readme/src/main/scala/readme Expand file tree Collapse file tree 3 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 1+ import  scalatex .ScalatexReadme 
2+ 
13lazy  val  root  =  project.in(file(" ." 
24 enablePlugins(ScalaJSPlugin )
35
@@ -56,14 +58,15 @@ pomExtra := (
5658
5759pomIncludeRepository :=  { _ =>  false  }
5860
59- lazy  val  readme  =  project
60-  .settings(scalatex.SbtPlugin .projectSettings:_* )
61-  .settings(
62-  scalaVersion :=  " 2.11.4" 
63-  libraryDependencies +=  " com.lihaoyi" %%  " scalatex-site" %  " 0.1.6" 
64-  libraryDependencies +=  " com.lihaoyi" %%  " upickle" %  " 0.2.7" 
65-  (resources in Compile ) +=  (fullOptJS in (example, Compile )).value.data
66-  )
61+ lazy  val  readme  =  ScalatexReadme (
62+  folder =  " readme" 
63+  url =  " https://github.com/scala-js/scala-js-dom/tree/master" 
64+  source =  " Index" 
65+  targetFolder =  " target/site" 
66+  autoResources =  Seq (" example-opt.js" 
67+ ).settings(
68+  (resources in Compile ) +=  (fullOptJS in (example, Compile )).value.data
69+ )
6770
6871lazy  val  example  =  project
6972 .dependsOn(root)
Load Diff This file was deleted. 
File renamed without changes.
                         You can’t perform that action at this time. 
           
                  
0 commit comments