@@ -13,8 +13,8 @@ object DocumentationWebsite {
13
13
): Seq [File ] = {
14
14
15
15
16
- val contributorsTestcasesDestinationFile = Paths .get(" scaladoc-testcases" , " docs" , " js" , " contributors.js" ).toFile
17
- val contributorsDestinationFile = Paths .get(" docs" , " js" , " contributors.js" ).toFile
16
+ val contributorsTestcasesDestinationFile = Paths .get(" scaladoc-testcases" , " docs" , " _assets " , " js" , " contributors.js" ).toFile
17
+ val contributorsDestinationFile = Paths .get(" docs" , " _assets " , " js" , " contributors.js" ).toFile
18
18
sbt.IO .copyFile(contributorsFile, contributorsTestcasesDestinationFile)
19
19
sbt.IO .copyFile(contributorsFile, contributorsDestinationFile)
20
20
@@ -25,8 +25,8 @@ object DocumentationWebsite {
25
25
val cssCodeSnippetsSourceFile = cssSourceFileBase / " code-snippets.css"
26
26
sbt.IO .copyFile(cssCodeSnippetsSourceFile, cssCodeSnippetsDesitnationFile)
27
27
28
- val cssContentContributorsTestcasesDesitnationFile = Paths .get(" docs" , " css" , " content-contributors.css" ).toFile
29
- val cssContentContributorsDesitnationFile = Paths .get(" scaladoc-testcases" , " docs" , " css" , " content-contributors.css" ).toFile
28
+ val cssContentContributorsTestcasesDesitnationFile = Paths .get(" docs" , " _assets " , " css" , " content-contributors.css" ).toFile
29
+ val cssContentContributorsDesitnationFile = Paths .get(" scaladoc-testcases" , " docs" , " _assets " , " css" , " content-contributors.css" ).toFile
30
30
val cssContentContributorsSourceFile = cssContentContributorsSourceBaseFile / " content-contributors.css"
31
31
sbt.IO .copyFile(cssContentContributorsSourceFile, cssContentContributorsTestcasesDesitnationFile)
32
32
sbt.IO .copyFile(cssContentContributorsSourceFile, cssContentContributorsDesitnationFile)
0 commit comments