Slides from the updated talk given at WordCamp Barcelona on April 25, 2015.
I describe a workflow and tools I use to streamline my front-end development process when working on WordPress projects. It relies on using Yeoman generator called WPZest, Grunt, Bower and WP-CLI.
WPZest is built on top of Wesley Todd's YeoPress and adds WP-CLI-Deploy configuration and adds a plugin scaffolder based on Tom Macfarlin's WordPress Plugin Boilerplate.
The presentation outlines steps you'd follow to scaffold a WordPress install with with a theme and a plugin ready to process front-end assets (SASS, image minification, JS minification), JS Linting etc.
The plugin generator comes with and option to add a Grunt task for for processing you front-end assets.