jsakamoto / BlazorWasmPreRendering.Build

When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
https://jsakamoto.github.io/BlazorWasmPreRendering.Build/
Mozilla Public License 2.0
240 stars 14 forks source link

[Feature Request] HTML minification on Prerender? #10

Open fingers10 opened 2 years ago

fingers10 commented 2 years ago

@jsakamoto , Many thanks for this wondeful package, It would be a great addon to include HTML minification during prerendering? What's your idea on this?

jsakamoto commented 2 years ago

@fingers10 Thanks for a good idea!

Yes, the "BlazorWasmPreRendering.Build" can be able to have an ability to minify output HTML files.

I'll try to implement that in some days. (Unfortunately, I don't have enough power, skills, and time to implement those good ideas quickly, but anyway, I will work on it.)

fingers10 commented 3 months ago

@jsakamoto what's your thoughts on this?

jsakamoto commented 3 months ago

@fingers10 To be honest, I've been focusing on improving my other OSS products in the past years so that I couldn't spend time on this product. The HTML minification is definitely an excellent idea, so I'll manage it if someone sends me a pull request to be able to do it.

fingers10 commented 3 days ago

@jsakamoto I was looking at WebMarkupMin and initiated a discussion on Html minification - https://github.com/Taritsyn/WebMarkupMin/issues/172