Improve Deployment Process
Back in January 2018 I (finally) switched to Git for my WordPress Theme development and since then everything I change gets a new commit. After that Buddy.Works checks my repository and updates the theme on every push.
Now since all styling changes are made through my SCSS
files I used to commit the compiled CSS
file as well which, let’s be honest, was never really ideal. So for a new project, I took a closer look at Buddy.Works and read tons of tutorials. With Node.js
and a Gulp
task I was able to compile SCSS files within the building and deploying process and I can finally stop committing compiled CSS files.