Bryan Jones

Results 610 comments of Bryan Jones

Years ago, AVIF was poorly supported outside of Chrome. The additional file-size reduction compared to webp was statistically insignificant as well. Have those conditions changed?

The example code doesn't appear to have made it on your post, but from the description this sounds like intended behavior. The Kit compiler never adjusts any whitespace outside of...

Unfortunately, Tailwind isn’t designed to run without a build folder. Tailwind works by looking for classes used in your input files, and then generating the appropriate CSS. For this to...

That’s correct. The tailwind compiler looks at all files where a CSS selector might appear. That’s all HTML, JS, etc. > On 25 Oct 2021, at 17:30, Igor Couto ***@***.***>...

That’s correct. But CodeKit doesn’t require you to manually configure purge options to get JIT working. The reason it all just works in CodeKit is that the app, silently and...

There’s no other case where CodeKit needs to tell a tool: “hey, scan all of the following files for css selectors”. For other tools, there is a one-to-one relationship between...

Generally, I’d recommend using Branches in Git to accomplish this. A debug branch and a release branch, for example. Each with different settings. I’m also a very strong proponent of...

Ah, I see what you mean. I thought you meant that you wanted, for example, a JS file to be minified in one "profile" and unminified in another. You're using...

Mmm, maintaining that API contract would be a nightmare moving forward. The basic idea has been on my list for a while: set up a "scaffold" project just the way...

Thanks for the detailed writeup! This is certainly something I’d consider, but it would be a lot of work. > On 15 Sep 2021, at 23:47, Igor Couto ***@***.***> wrote:...