# 项目初始化
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