This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Description
I don't know if this is very relevant or important, but I find updating the drfrederson engine for an existing site a bit tedious ATM. I just did it using some git and rsync kung fu ala git diff --name-only 03a6af8ce4b43f..HEAD to check which files changed since I started working on my site (and then rsync --verbose --recursive --delete to update them...). I have no concrete idea how to make the update process a one-liner though. Maybe make it so one only has to update the _drf folder? I'm not sure whether this is easy though, or rather: worth the effort.