@@ -13,8 +13,8 @@ object DocumentationWebsite {
1313 ): Seq [File ] = {
1414
1515
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
1818 sbt.IO .copyFile(contributorsFile, contributorsTestcasesDestinationFile)
1919 sbt.IO .copyFile(contributorsFile, contributorsDestinationFile)
2020
@@ -25,8 +25,8 @@ object DocumentationWebsite {
2525 val cssCodeSnippetsSourceFile = cssSourceFileBase / " code-snippets.css"
2626 sbt.IO .copyFile(cssCodeSnippetsSourceFile, cssCodeSnippetsDesitnationFile)
2727
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
3030 val cssContentContributorsSourceFile = cssContentContributorsSourceBaseFile / " content-contributors.css"
3131 sbt.IO .copyFile(cssContentContributorsSourceFile, cssContentContributorsTestcasesDesitnationFile)
3232 sbt.IO .copyFile(cssContentContributorsSourceFile, cssContentContributorsDesitnationFile)
0 commit comments