Sass 使用grunt服务获取错误?

Sass 使用grunt服务获取错误?,sass,jekyll,bourbon,Sass,Jekyll,Bourbon,我正在使用它,它有一个grunt任务,似乎无法处理一些scss文件。我得到这个错误: Warning: LoadError on line ["1"] of /Users/antonioortiz/Sites/_aortizRefresh_/app/_bower_components/refills/lib/refills.rb: cannot load such file -- refills/import_generator Run with --trace to se

我正在使用它,它有一个grunt任务,似乎无法处理一些scss文件。我得到这个错误:

   Warning: LoadError on line ["1"] of /Users/antonioortiz/Sites/_aortizRefresh_/app/_bower_components/refills/lib/refills.rb: 
   cannot load such file -- refills/import_generator

   Run with --trace to see the full backtrace Use --force to continue.
我正在使用bower来管理我所有的库和插件,我相信最好的做法是将所有这些文件_bower_components文件夹留作更新,如果你打算移植你的项目

不管怎样,我想知道这是否是我的问题。我有一个sass文件夹,它链接到_bower_components文件夹

这就是我得到的错误:

 Warning: LoadError on line ["1"] of /Users/antonioortiz/Sites/_aortizRefresh_/app/_bower_components/refills/lib/refills.rb: cannot load such file -- refills/import_generator
Run with --trace to see the full backtrace Use --force to continue.
我是否应该将重新填充文件转储到我的sass文件夹中

 Warning: LoadError on line ["1"] of /Users/antonioortiz/Sites/_aortizRefresh_/app/_bower_components/refills/lib/refills.rb: cannot load such file -- refills/import_generator
Run with --trace to see the full backtrace Use --force to continue.