Answer the question
In order to leave comments, you need to log in
Is it possible to somehow configure / finish jade so that autocomments are written?
I have such a habit - to comment on the code.
Now I'm trying to switch to jade / pug, but I constantly put // comments.
Is there any possibility of automatic commenting in the output file?
I usually put comments on separate BEM blocks.
For example, in jade/pug I write: div.header
and in the output file I want to get:
<!-- header -->
<div class="header"></div>
<!-- /header -->
//header
div.header
///header
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question