Minify my Javascript & CSS

Can anyone piont me in the right direction of a step by step guide to minify my Javascript & CSS?

Cheers,

Ian

2,734 Views
Message 1 of 3
Report
2 REPLIES 2
Square

Hey @djmcianwagner!

We don't provide access or editing capabilities for any Javascript your site uses, so it wouldn't be possible to minify any JS that isn't already minified.

You can do that with some of your site's CSS, though, by going to the Themes tab and clicking on Edit HTML / CSS.  The file you're looking for is main-style.css.

2,727 Views
Message 2 of 3
Report

Check out cloudflare.com. They cache your site in several locations and minify cs, js, and html. While minifying sounds like a great idea in practice one has to be careful because it can also break elements in said website. Here is a video with more information. https://youtu.be/51wsoQr6oXI

2,706 Views
Message 3 of 3
Report