我最近改变了我的mac。我曾经使用过grunt和grunt-contrib-compass而没有任何问题但是因为我改变了,指南针不再起作用了。
我安装了我需要的所有工具(ruby,指南针,sass,xcode,命令行工具,grunt等等)并保留了相同的gruntfile.js和配置。当我运行咕噜声时,每个任务都是可执行的,甚至是罗盘,但是grunt-contrib-compass什么都不做,它表明了这一点:
Running "compass:dev" (compass) task
//nothing
Running "csslint:dev" (csslint) task
>>1 file lint free.
// csslint, like the others plugins, works fine
问题不在于我的grunt配置,因为在同一个文件夹中,grunt-contrib-compass在我的旧mac中工作。
我注意到在grunt执行期间xcodebuild没有运行。
知道我的问题在哪里?
答案 0 :(得分:0)
您是否同时安装了Compass和SASS?
如果您安装了Compass,则不应安装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.