-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass ignoreComments: false
to htmlDiffer
#54
Comments
Should we add an examples.configure({
destPath: 'desktop.tmpl-specs',
levels: ['blocks'],
htmlDiffer: {
ignoreComments: false
},
/* ... */
}); |
I'd say yes. |
Using this format as @andrewblond proposed, we'll be able to redefine any option we want ;) |
Merged
Added doc for |
Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should disable this option (enabled by default) because it's a kind of
#define true false;
.And for those who need it we can make possible to revert it via option passed to tmpl-specs in
.enb/make.js
.The text was updated successfully, but these errors were encountered: