Skip to content

Instantly share code, notes, and snippets.

@reactormonk
Created July 13, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reactormonk/e66cc3be2fa2b61a5a52d9f2ca116161 to your computer and use it in GitHub Desktop.
Save reactormonk/e66cc3be2fa2b61a5a52d9f2ca116161 to your computer and use it in GitHub Desktop.
enablePlugins(GhpagesPlugin)
lazy val projects = List("fold-unfold", "typeclasses", "shapeless")
mappings in makeSite ++= {
projects.map({ name =>
val ref = ProjectRef(file("name"), name)
val tutFiles = tut.in(ref).value
tutFiles.map({ file =>
(file._1, name + "/" + file._2)
})
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment