html - Using Jade Templating Includes With Emmet - Jade Overwrites changes made -
i using jade, sass & emmet project , want use includes jade "nav", "footer", "sidebar" & "base html markup" , write content of body emmet
the problem facing whenever update on jade files custom markups overwritten.
so question are:
- how can avoid ?
- are there tools acts includes ?
here example of project dir:
/project_name/ /jade/ index.jade /template-parts/ base.jade nav.jade footer.jade sidebar.jade /sass/ /vendors/ /resources/ index.html
Comments
Post a Comment