2015-04-02 41 views
1

我在編譯_bourbon.scss時遇到了麻煩。在VS 2013編譯波本時遇到了一些麻煩,而Web Essentials

我必須註釋掉以下內容才能成功編譯。

@import "helpers/font-source-declaration"; 
@import "helpers/linear-angle-parser"; 
@import "helpers/linear-gradient-parser"; 
@import "helpers/linear-positions-parser"; 
@import "helpers/linear-side-corner-parser"; 
@import "helpers/radial-arg-parser"; 
@import "helpers/radial-positions-parser"; 
@import "helpers/radial-gradient-parser"; 
@import "helpers/render-gradients"; 
@import "helpers/shape-size-stripper";*/ 
@import "css3/keyframes"; 
@import "addons/padding"; 
@import "addons/position"; 
@import "addons/prefixer"; 

我收到的錯誤是: 出了錯達到:127.0.0.1 ....長文件路徑]

我試圖在Visual Studio的2013更新3 & 4,沒有運氣。

+0

是否有錯誤?什麼是錯誤? – cimmanon 2015-04-02 17:51:03

+0

- 你有什麼錯誤嗎?如果是這樣,他們是什麼? - 你如何編譯Sass?請記住,波旁威士忌有一定的[薩斯版本reuiqrements](https://github.com/thoughtbot/bourbon#requirements),所以也許Visual Studio包裝了一個過時的版本? – 2015-04-02 15:28:13

+0

這給了我一個語法錯誤。我能夠通過安裝Mindscape Workbench來實現它。不確定如何檢查使用Visual Studio運行的SASS編譯器的版本。 – yoshi0423 2015-04-02 16:19:27

回答

3

經過一段時間的混淆後,嘗試了一堆不同的插件,我終於將它與Visual Studio 2013 Update 4和Web Essentials配合使用。

訣竅是進入網絡必備的SASS設置: 工具 - >選項 - >網絡精華 - > SASS

和不斷變化的 「使用Ruby運行」 爲 「True」。

+0

謝謝你,這對我影響很大 - 你讓我無數次的搜索! – 2015-09-11 12:07:46

相關問題