aboutsummaryrefslogtreecommitdiff
path: root/static/make-watch (unfollow)
Commit message (Collapse)Author
2022-08-01Change JavaScript build system to esbuild.Hugo Hörnquist
Esbuild is way faster, and feels less hacky. One downside is that it doesn't actually check Typescript types. However, typescript can still be installed alongside, and has the fancy --noEmit flag for just this situation.
2022-03-15Add alt make-watch for static in existing TMUX sessions.Hugo Hörnquist