We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't access Site type trait inside build.sbt.
i tried direct import. but it's not working.
what do i need to use scala-site?
plugins.sbt
addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.3.9")
build.sbt
...... libraryDependencies += "com.lihaoyi" % "scalatex-site_2.12" % "0.3.9" scalatex.SbtPlugin.projectSettings // quick settings // http://www.lihaoyi.com/Scalatex/#QuickStartq lazy val readme = scalatex .ScalatexReadme( projectId = "readme", wd = file(""), url = "https://github.com/baram204/learningPixi/tree/master", source = "Readme") lazy val site = new scalatex.site.Site { def content = Map("index.html" -> (defaultHeader, Hello())) } site.renderTo(wd/'site/'target/'output) ......
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't access Site type trait inside build.sbt.
i tried direct import. but it's not working.
what do i need to use scala-site?
below is code.
plugins.sbt
build.sbt
The text was updated successfully, but these errors were encountered: