# 項目初始化
compass create myproject
# 實時編譯
compass watch
# 壓縮編譯
compass watch --output-style compressed
compass create myproject
# 實時編譯
compass watch
# 壓縮編譯
compass watch --output-style compressed
2017-06-22
最新回答 / BubblehX
<...圖片...>官方文檔:?http://sass-lang.com/documentation/file.SASS_REFERENCE.html你需要對sass文件進行監聽變化。
2017-05-09
gem安裝不了compass的去淘寶鏡像網https://ruby.taobao.org/和rubygems中國網http://gems.ruby-china.org/找答案,上面有安裝操作
2017-05-02
gem sources --add http://gems.ruby-china.org/ 和gem sources --remove https://rubygems.org/都報錯:ERROR: While executing gem … (Errno::EADDRNOTAVAIL)
The requested address is not valid in its context. – connect(2) for “0.0.0.0″ port 53 。網絡環境DNS服務器地址自動獲取改為使用下面的DNS服務器環境。ok了。
The requested address is not valid in its context. – connect(2) for “0.0.0.0″ port 53 。網絡環境DNS服務器地址自動獲取改為使用下面的DNS服務器環境。ok了。
2017-04-19