Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在缩小 CSS 时,我不希望任何 CSS 注释 ( /* like this*/) 出现在我的生产资产构建中。但是,它们仍然存在。(而不仅仅是那些以 开头的/*!,正如一些文档所建议的那样。)
/* like this*/
/*!
有没有办法改变这个?