Today I decided to look into Docker & Grunt.
Docker doesn’t really seem like the kind of thing that would benefit me much in my workflow for building SMB WordPress websites. Looks like it might be useful for larger sites, or more likely, web apps.
Grunt, I have setup and am planning to use it with my current WordPress project. So far I have it setup with the ‘SASS’, ‘Autoprefixer’ and ‘watch’ modules active. So that it compiles my SASS to CSS, automatically adds browser prefixes to the output css file where necesary, and the ‘watch’ module automatically runs these tasks when it detects a file save.