Prod

@Serializable
class Prod(val script: String, val siteRoot: String = ".kobweb/site")(source)

Parameters

script

The path to the final JavaScript file generated from the user's Kotlin code. Unlike the Dev.script path, this version should be minimized.

siteRoot

The path to the root of where the static site lives

Constructors

Link copied to clipboard
constructor(script: String, siteRoot: String = ".kobweb/site")

Properties

Link copied to clipboard
Link copied to clipboard