Skip to content
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

Remove empty elements #8

Open
maltsev opened this issue Jan 23, 2016 · 0 comments
Open

Remove empty elements #8

maltsev opened this issue Jan 23, 2016 · 0 comments

Comments

@maltsev
Copy link
Member

maltsev commented Jan 23, 2016

Source:

<div>hello <span><b></b></span></div>

Minified:

<div>hello</div>

By default the module must be disabled, since it could break the page. It should probably have a few options:

  • remove all empty elements
  • remove empty elements without attributes (class, id, etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant