a-h / templ

A language for writing HTML user interfaces in Go.
https://templ.guide/
MIT License
7.14k stars 236 forks source link

Feature: minify javascript #772

Open cornejong opened 1 month ago

cornejong commented 1 month ago

WIP: Feature: minify templ script

added -minify-js flag (explicit opt-in) to the generate command to minify templ scripts.

minifier: tdewolff/minify/v2

todo