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:

  1. how can avoid ?
  2. 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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -