我正在尝试安装 https://github.com/markyoung/silk-sass-mixin

$ (sudo) gem install compass
$ git clone http://github.com/zarzax/silk-sass-mixin.git
$ cd silk-sass-mixin
$ compass -w

我明白了

D:\ResourceLibrary\Frameworks\silk-sass-mixin>compass -w WARNING: This interface is deprecated. Please use the new subcommand interface. See指南针帮助for more information.

那是什么新命令?

有帮助吗?

解决方案

-W在发生更改时观看一个更改和重新编译的项目。

新的命令命令是:

compass watch [path/to/project] [path/to/project/src/file.sass ...] [options]

以您使用的方式(当您进入项目目录时 cd silk-sass-mixin, ,您需要使用

compass watch

代替

compass -w
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top