On Fri, May 18, 2018 at 05:46:15PM +0200, Thuban wrote:
>Hello,
>
>Does anyone has advice for a suckless tool to minify JS, CSS and HTML
>files? I use sed for now, but it might not be the best solution.
>
>Furthermore, I was wondering what is the opinion of the list about minifying CSS, JS
>and html files?
>- Do you minify on your websites ? Why ?
>- What tool do you use to do so?
I did this for my website.
CSS was already partly written minimally and optimized with sed + tr.
HTML is also optimized with sed with optional tags manually removed.
source:
https://git.pickfire.tk/www/
--
Do what you like, like what you do. -- Pickfire
Received on Fri May 18 2018 - 18:12:40 CEST