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.
在我的项目中,我使用了很多缩小的脚本来提高性能。
但是,在这些脚本中也有不少未缩小的脚本。可以使用 SquishIt 来缩小和捆绑已经缩小的脚本吗?缩小器处理已经缩小的代码是否有任何危险?
缩小的 javascript 仍然是有效的 javascript,缩小器在通过其解析器传递缩小代码时应该没有问题。