One benefit of using Markup -> Utilities -> Optimize is that it preserves the comments in your CSS file. This of course means your CSS file will not be as small as it could be, but after you apply Markup -> CSS -> Format, they will still be there.
With CodeKit, you would rename your CSS file to have a SCSS extention (that is, style.css would become style.scss), and you would tell CodeKit to process it to style.css (in this example), which would result in a smaller CSS file. You then do your editing in the SCSS version, with CodeKit automatically minifying it each time you save. For most purposes, though simply optimizing seems to be fine, especially if you enable browser caching in your .htaccess file, or use a service such as Cloudflare or Incapsula as part of your DNS chain. On Saturday, November 26, 2016 at 3:55:56 AM UTC-8, Venmore wrote: > > Thanks Greg > Will try out > Cheers > Carl > > On Saturday, 26 November 2016 04:41:20 UTC, Greg Raven wrote: >> >> Try Optimize. It's not perfect, but it's darned good, and you can CSS -> >> Format your CSS anytime you need to edit it, and then just Optimize it >> again before uploading. For auto optimizing, try Codekit or HammerForMac. > > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
