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.
如果我在 grunt 中“最小化”jquery 和 blockui 文件(带有 uglify.js),我会收到以下错误
Unexcpected Character "?"
我该如何解决这个问题?这是一个已知问题吗?
提前谢谢。
啊哈!我是根据以前的一些经验想出来的。
我的一个或多个文件以带有 BOM 的 UTF-8 编码,请尝试在不带 BOM 的情况下以 ANSI 或 UTF-8 重新保存您的文件。
如果您的编辑器没有明显的方法来更改编码,请尝试使用Notepad++。