Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

BookOfCooks/templ_live_reload_bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application is served on localhost:8080.

To reproduce, just run TEMPL_DEV_MODE=true templ generate -v --watch --cmd "go run ."

To make testing different versions easier, I'm using a Makefile, just run the make command.

# Run using latest version of templ
TEMPL_VERSION=latest make test

# Run using last-working version
TEMPL_VERSION=v0.3.865 make test

# Run using version that introduced the bug
TEMPL_VERSION=v0.3.887 make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors