2014-09-12 51 views
1

我最近更改了我的mac。我曾经用grunt和grunt-contrib-compass工作,没有问题,但是因为我改变了,指南针不再工作。grunt-contrib-compass不执行任务

我安装了我需要的所有工具(ruby,compass,sass,xcode,命令行工具,grunt等),并保留了相同的gruntfile.js和配置。当我运行的呼噜声,每一个任务都executabe,甚至指南针,但咕噜-的contrib指南针什么也不做,就表明这一点:

Running "compass:dev" (compass) task 
//nothing 
Running "csslint:dev" (csslint) task 
>>1 file lint free. 
// csslint, like the others plugins, works fine 

这个问题从我的呼噜声的配置不会因为在同一个文件夹中,grunt- contrib-compass在我的旧mac上工作。

我注意到grunt执行过程中xcodebuild不运行。

任何想法,我的问题在哪里?

回答

0

您是否安装了Compass和SASS?

,如果你已经安装了北斗你不应该安装SASS:

// * for Compass, run `npm install --save-dev grunt-contrib-compass` 
// This depends on the ruby compass gem, which can be installed with 
// `gem install compass` 
// You should not install SASS if you have installed Compass.