Skip to content

xitrum-framework/sbt-scalate-precompiler-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-scalate-precompiler-example

A simple example that shows the usage of sbt-scalate-precompiler with SBT 0.13.x and 1.x:

  • Run sbt clean compile.
  • Directory target/scala-2.12/src_managed will be created, containing Scala source files for Scalate templates in directory src/main/scalate.
  • The generated Scala source files will be compiled to target/scala-2.12/classes.

To switch between SBT 0.13.x and 1.x, see comments at these files:

  • project/build.properties
  • project/plugins.sbt
  • build.sbt

About

A simple example that shows the usage of sbt-scalate-precompiler with SBT 0.13.x and 1.x: https://github.com/scalate/sbt-scalate-precompiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published