Published
Published
CodeKit is such a handy inclusion in my toolbox. It's always running on my Mac, and seamlessly takes care of the little things. But with hundreds of working minutes in a day, lots of little things add up, so CodeKit is such an affordable timesaver.
And I think I'm only using a fraction of its power.
The most-used feature for me is the CSS and JS compilation.
For each project, CodeKit allows me to configure the files to watch for changes, and then run actions.
So for my LESS or SCSS files, on change, I have CodeKit compile them, minify them, as well as run the Autoprefixer for the vendor-specific prefixes.
But how does that help me?
Well, I edit the LESS/SCSS file, hit my Save keyboard shortcut, and CodeKit does its thing - I can switch to my browser and see the new CSS. CodeKit saves me having to manually hit a compile button - which is so handy when you're tweaking one line of code - Cmd+S, Cmd+Tab, Cmd+R and the change is there. Easy.
CodeKit even knows to listen for changes to any imported files. So I may have 1 SCSS file being watched, but if any of the files that SCSS file imports get changed, CodeKit will re-compile for me.
In the JS side of things, there are super helpful @codekit-prepend and @codekit-append includes that pull in other scripts. This allows me to create a single JS file for a site, and help reduce the number of HTTP requests a site might make. If I'm using a number of different JS elements, this can be really helpful at keeping logic in different files, but only having a single file put out on to production.
During compilation of either CSS or JS, CodeKit also alerts me of issues. Maybe I'm missing a variable declaration in SCSS - CodeKit tells me. Means less time searching for errors.
On the automation side, Hooks have been really handy too. My default CodeKit project settings have a Hook that looks for changes to .handlebars files - although not sure how much longer I will use handlebars for projects. We'll see.
For me, CodeKit just does its thing - does it reliably - and is backed by an attentive developer who knows his stuff, helps resolve issues, and, in my view, prides himself on making quality software.
If you want to find out more, check out the CodeKit site: https://codekitapp.com/
2020: refreshing the life of a long term developer
2020 has been incredibly refreshing. Let’s also be blunt, it’s been completely shit for so many too – including isolation from family and months of Stage...
Astro’s Playroom. It’s free, and comes pre-installed on your PS5. It is basically a tech demo wrapped up in a platformer. And a pretty fun platformer too. And...
Creating a TinyMCE addon for Statamic 3
It’s no secret: I do love TinyMCE. It provides an excellent authoring experience, that produces clean and reliable HTML, and can easily be customised and extended...
Installing and review of the Sonos Wall Mount with the Sonos One SL
I’m new to the Sonos ecosystem, and after setting up the Sonos Arc and Sub combination, I wanted more, so splurged on a pair of One SL speakers for surrounds....