vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Minor changes, but API was touched, sorry. #239

Open al-coder opened 1 year ago

al-coder commented 1 year ago

compiler.go: Ability to choose either to compile into the Temp dir or specific dir. Gzip compression added. A compressed file is saving into the same dir.

handlers.go: Now support options if it should compile upon every request as it was before (WayOfCompileUponRequest) or only if code was updated (WayOfCompileIfUpdated) or never (WayOfCompileNever) - for Production Server (-build). Function Skip() was added to access the Dir of compilation and some checks.

devutil.tar.gz