使用grunt服务器获取错误?

时间:2014-04-15 23:59:06

标签: sass jekyll bourbon

我正在使用Generator-jekyllrb,它有一个看似无法处理某些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文件夹。

@import "../_bower_components/refills/source/stylesheets/all";

这是我得到的错误:

 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.

我应该将refills文件转储到我的sass文件夹吗?

0 个答案:

没有答案
相关问题