Every year I start writing one of these end-of-the-year posts and never finish them. I decided that I’m going to finish this one, even if it is a bit late. So here is my first annual (hopefully) year in review.
Tag: project
Applying Drupal Patches in Composer
I recently had a Drupal core patch that I needed to use on a site I’m building. This can be done manually using the patch
command, but when managing a Drupal project with Composer, any manual patches could get wiped out on the next run of the composer update
or composer install
commands. In order to make sure patches stick, they need to be added to Composer, like a requirement.
NateDillon.com v2
Off and on for the past few months I’ve been playing around with my main website, NateDillon.com. The result is a new version of the website with an Apple TV-ish design that gave me an opportunity to try out a few things, like inline SVGs, CSS calc()
, and transform
.