It looks like the Makefile is the only place where csslint is called (atleast, from a quick glance at the source code) so it might work to substitute a different css minifier like one of the ones I mentioned previously and not use the npm deps at all.
What do you think? We should test it. -- jgart April 8, 2021 5:11 PM, "jgart" <[email protected]> wrote: > We have esbuild. Can esbuild replace clean-css? > > or maybe go-github-com-tdewolff-minify 🤔 > > https://github.com/tdewolff/minify > > What are your thoughts? I'm just thinking out loud here. > > all the best, > > jgart
