我正在绕过内置的Yeoman服务器并直接从/ app目录中切断文件。由于Yeomen的服务器管理指南针/ sass compliation,我很难在它外面运行指南针。直接运行指南针cli不起作用;它不知道它在现有的指南针项目中。所以我得到了:
$ compass watch /app (or /app/styles)
Nothing to compile. If you're trying to start a new project, you have left off the directory argument.
有没有人有这方面的工作经验?
答案 0 :(得分:2)
您必须将Compass设置移至config.rb
file以使用Compass CLI。
但是,您可以轻松地单独运行Compass grunt任务,如grunt compass
进行编译,或grunt watch
自动编译文件更改。