1

我正在使用Generator-jekyllrb并且它有一个似乎无法处理某些 scss 文件的 grunt 任务。我收到此错误:

   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夹中的文件吗?

4

0 回答 0