我正在使用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
文件夹吗?