我是 Yeoman 的新手,我正在尝试设置一个 yeoman bootstrap sass/compass 环境。
我已经按照这个链接创建了 Yeoman Webapp。
还有这个指南针食谱的链接。
当我运行 grunt serve 时,我得到以下信息: 运行任务:compass:server
Running "compass:server" (compass) task
Verifying property compass.server exists in config...OK
File: [no files]
Options: sassDir="app/styles", cssDir=".tmp/styles", imagesDir="app/images", javascriptsDir="app/scripts", fontsDir="app/styles/fonts", generatedImagesDir=".tmp/images/generated", importPath="bower_components", httpImagesPath="../images", httpGeneratedImagesPath="../images/generated", httpFontsPath="fonts", relativeAssets=false, assetCacheBuster=false, debugInfo
Error: invalid option: --import-path=bower_components
Usage: compass compile [path/to/project] [path/to/project/src/file.sass ...] [options]
我已经到处搜索以解决问题,但没有成功,任何帮助将不胜感激。