我一直想在今天的崇高文本3中使用sass,爲此我安裝了Ruby,Ruby SASS gem和Sublime包Sass和Sass Build 。一切似乎運作良好,但是當我嘗試建立的CSS文件(使用薩斯建立包)我得到這個奇怪的錯誤:SASS on Sublime Text 3 - [解碼錯誤 - 輸出不是utf-8]
[Decode error - output not utf-8]
[Finished in 0.1s with exit code 1]
[cmd: ['sass', '--update', 'F:\\Program Files (x86)\\wamp\\www\\singlepage\\wp-content\\themes\\manaca\\style.scss:F:\\Program Files (x86)\\wamp\\www\\singlepage\\wp-content\\themes\\manaca/style.css', '--stop-on-error', '--no-cache', '--style', 'compressed']]
[dir: F:\Program Files (x86)\wamp\www\singlepage\wp-content\themes\manaca]
[path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;F:\Program Files (x86)\MacType;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Autodesk\Backburner\]
當我嘗試建立壓縮的CSS(來自同一個包)它只是返回
[Decode error - output not utf-8]
[Finished in 0.1s]
什麼是被竊聽我是在最後一行返回瘋狂的文件路徑(甚至不應該在搜索C:)
我一直在研究有關的另一件事是output not utf-8
的事。即使我在我的sass(或scss)文件上指定字符集,問題仍然存在。
無論如何,我很感激任何類型的幫助,我可以得到。
偉大的解決方案 - 並解釋奇怪的「非utf-8」消息。 – Titou