取代“compass -w”的新命令是什么?
我正在尝试安装 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
compass
-w WARNING: This interface is deprecated. Please use the new
subcommand interface. See
helpfor more information.
Whats the new command then?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
-w 监视项目的更改并在发生更改时重新编译。
watch 的新命令是:
按照您使用的方式(因为您要使用 cd Silk-sass-mixin 进入项目目录,您需要使用
而不是
-w watches a project for changes and recompile when a change is occurred.
The new command command for watch is:
In the way you are using (as you are going to the project directory using
cd silk-sass-mixin
, you need to useInstead of