We’re building node.js projects and I wanted to know if anyone else has tips on the best workflow between Pinegrow and EJS files served by node.js?
So, for example
- I build the static html and css pages (no issues).
- Push to Git
- Developer needs to convert them to EJS for dynamic content and sets up routes to do so
this works with no issues…BUT:
Then I want to make significant changes to the page design so then dev needs to go and reconvert all my static HTML pages to EJS again.
Is there any better way to do this?
Pinegrow is such a great product by the way, well done to the team, I absolutely love it!!