gulp is a node.js JavaScript task runner that helps you automate your development workflow. This session will take a look at leveraging gulp to speed up WordPress theme development
Some items we will cover are using Gulp for:
- Sass compilation
- CSS auto prefixing
- Image optimization
- Javascript concatenation and minification
- Auto injection with BrowserSync
- And much more