DerpyCoder @derpycoder.bsky.social · Dec 9

Yay, Asset Pipeline is shaping up nicely. Todo: - [ ] PNG/WebP/AVIF conversions, with different sizes - [ ] Snippets with dynamic styling & lexers - [ ] Import Maps, perhaps in `gob`, so the imports in #templ can be dynamic - [ ] ffmpeg for gif or videos - [ ] Changing imports to use hash #golang

4 likes 1 replies

?

Replies

DerpyCoder · Dec 9

Since I added minification to the pipeline, I can just import non minified JS dependencies, and the pipeline will take care of it down the line. I know this comes built into the modern frameworks, but I like my approach. I can add my own formats, like `.snip` files, for snippets! #golang