Code Monkey home page Code Monkey logo

Comments (5)

DanielRuf avatar DanielRuf commented on June 12, 2024

Thanks for reporting this.

I can confirm, that it does not wirk with this code. But with the following it seems to work:

<!--rightside-config-hideif hideArray
  +rightsideItem(hideArray)-->

Will check in detail, why this happens.

from html-minifier-terser.

DanielRuf avatar DanielRuf commented on June 12, 2024

Seems to be caused by ignoreCustomComments which is set to [ /^!/, /^\s*#/ ] by default.

See also https://github.com/terser/html-minifier-terser/blob/57504c4a75ad9a17f445f34ff8396aeeebe3679d/src/htmlminifier.js#L87-94 and https://github.com/terser/html-minifier-terser/blob/57504c4a75ad9a17f445f34ff8396aeeebe3679d/src/htmlminifier.js#L1252-1256.

That means all comments with <!--(arbitrary amount of whitespace)#...--> will not be removed by default.

Can you verify this?

from html-minifier-terser.

EmptyDreams avatar EmptyDreams commented on June 12, 2024

似乎是由默认设置为 BY 引起的。ignoreCustomComments``[ /^!/, /^\s*#/ ]

另请参阅 https://github.com/terser/html-minifier-terser/blob/57504c4a75ad9a17f445f34ff8396aeeebe3679d/src/htmlminifier.js#L87-94https://github.com/terser/html-minifier-terser/blob/57504c4a75ad9a17f445f34ff8396aeeebe3679d/src/htmlminifier.js#L1252-1256。

这意味着默认情况下不会删除所有评论。<!--(arbitrary amount of whitespace)#...-->

你能验证一下吗?

Removing the '#' does remove the comment. However, if you do not remove the '#', overriding 'ignoreCustomComments' still does not remove the comment.

from html-minifier-terser.

DanielRuf avatar DanielRuf commented on June 12, 2024

html-minifier-terser --remove-comments --ignore-custom-comments "" test.html works for me.

This also removes the comment for me:

{
    "removeComments": true,
    "ignoreCustomComments": []
}

html-minifier-terser --config-file config.json test.html

Tested with this in the html file:

<!--#rightside-config-hideif hideArray
  +rightsideItem(hideArray)-->aaa

And it always returns aaa.

from html-minifier-terser.

DanielRuf avatar DanielRuf commented on June 12, 2024

Closing as no reproducible steps were linked in the issue description and because I can not reproduce this with the CLI.

from html-minifier-terser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.