github varabyte/kobweb cli-v0.9.5

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release4 years ago

With this version, Kobweb now supports exporting static layouts. This means if you don't care about any of Kobweb's dynamic features, and you're happy just serving static html / js directly, you can use Kobweb to export your website into a simpler format that various existing hosting sites can host for you for cheap (or even free).

$ kobweb export --layout static
# If you want to test that it's working locally, you have to tell "run" about it
$ kobweb run --env prod --layout static

This feature will only work if you are targeting Kobweb libraries 0.9.6 or newer, so please check your gradle/libs.versions.toml file first if you're experiencing issues.


Release Notes

  • For convenience, you can now use kobweb --version or kobweb -v in addition to kobweb version
  • Improve help docs for kobweb conf
  • Support different export layouts, and support static layouts in addition to classic Kobweb layouts

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.