取代“compass -w”的新命令是什么?

发布于 2024-10-12 12:15:37 字数 488 浏览 2 评论 0原文

我正在尝试安装 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>指南针 -w 警告:此接口已弃用。请使用新的 子命令界面。查看指南针 help了解更多信息。

那么新命令是什么?

I am trying to install 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

I get

D:\ResourceLibrary\Frameworks\silk-sass-mixin>compass
-w WARNING: This interface is deprecated. Please use the new
subcommand interface. See
compass
helpfor more information.

Whats the new command then?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作业与我同在 2024-10-19 12:15:37

-w 监视项目的更改并在发生更改时重新编译。

watch 的新命令是:

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

按照您使用的方式(因为您要使用 cd Silk-sass-mixin 进入项目目录,您需要使用

compass watch

而不是

compass -w

-w watches a project for changes and recompile when a change is occurred.

The new command command for watch is:

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

In the way you are using (as you are going to the project directory using cd silk-sass-mixin, you need to use

compass watch

Instead of

compass -w
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文