You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I watch components/ and partials/ for changes and then recompile the whole thing (firstly partials and then index). Every change in component adds 2 new endtags in index.hml. Is there any way I can avoid it?
The text was updated successfully, but these errors were encountered:
Hi,
in my index.html I have:
in partials/header.html I have:
In my gulpfile I inject files in this way:
Everything is working as expected, expect I end up with multiple endtags in index.html:
I watch components/ and partials/ for changes and then recompile the whole thing (firstly partials and then index). Every change in component adds 2 new endtags in index.hml. Is there any way I can avoid it?
The text was updated successfully, but these errors were encountered: