I’ve been thinking about how I can split-up responsibilities in building out WordPress themes and am considering a Pug-based workflow, where a front-end dev compiles static html for prototypes/demos, and then those same files are used with phug. Anyone else do this? The key goals I’m trying to accomplish are:

Create a way for a dev who knows JS/HTML/CSS to get to designing without dealing with a server, database, etc.

Keep the demo/prototype deployment process as simple as possible.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *