anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

Missing vendor directory in autoprefixer-rails gem #69

Closed rabidlogic closed 7 years ago

rabidlogic commented 7 years ago
[rabidlogic@box site.net]$ bundle exec jekyll build 
Configuration file: /home/rabidlogic/Development/site.net/_config.yml
            Source: /home/rabidlogic/Development/site.net
       Destination: /home/rabidlogic/Development/site.net/_site
      Generating... 
jekyll 2.5.3 | Error:  No such file or directory @ rb_sysopen - /usr/lib/ruby/gems/2.4.0/gems/autoprefixer-rails-6.6.1/vendor/autoprefixer.js

Looking in the gem directory, I saw that the lib directory was the only directory there. Copying in the vendor directory from a user_gem install resolved the issue.

I'm assuming I can add a config for a gem that isn't explicitly listed in the whitelist. If not, then it will also have to be added there.

anatol commented 7 years ago

Thanks for the commit.

The config name should be *.yaml - I fixed it locally.