summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-04-11 12:14:09 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-24 14:13:14 -0700
commit0a344bd7ba04358cb106ac19a2418205d87905ea (patch)
tree9a71ac2246b7db86b972f5030e1a344c4ba1c627
parent808f3d071e97aa23b797f2c0616c207ff1f20229 (diff)
downloadscala-0a344bd7ba04358cb106ac19a2418205d87905ea.tar.gz
scala-0a344bd7ba04358cb106ac19a2418205d87905ea.tar.bz2
scala-0a344bd7ba04358cb106ac19a2418205d87905ea.zip
Include missing web assets in scaladoc
-rw-r--r--build.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index d592b86aff..a25685fee1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -507,6 +507,7 @@ lazy val scaladoc = configureAsSubproject(project)
name := "scala-compiler-doc",
description := "Scala Documentation Generator",
libraryDependencies ++= Seq(scalaXmlDep, scalaParserCombinatorsDep, partestDep),
+ publishArtifact := false,
includeFilter in unmanagedResources in Compile := "*.html" | "*.css" | "*.gif" | "*.png" | "*.js" | "*.txt" | "*.svg" | "*.eot" | "*.woff" | "*.ttf"
)
.dependsOn(compiler)