sass文件为GBK编码时,运行grunt会有警告,导致页面报错。解决方法:
- 可将文件统一转码为utf-8
- 在ruby安装目录中C:\Ruby23-x64\lib\ruby\gems\2.3.0\gems\sass-3.4.22\lib\sass\engine.rb文件中添加:Encoding.default_external = Encoding.find('utf-8')
本文标题:grunt运行时,scss文件报编码错误
本文链接:https://www.haomeiwen.com/subject/engzlttx.html
网友评论