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? #WordPress 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.
Leave a Reply