anatol / quarry

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

jquery-rails can't find jquery. #62

Closed Zerophase closed 7 years ago

Zerophase commented 7 years ago

jquery-rails needs the vendor/assets/javascripts path to find jquery as intended. I can always just soft link the folder used by jquery on the aur, but rails includes each major version of jquery with the gem. If you're fine with including the vendor folder I'll just submit a pull request.

I'm guessing it would be

include:
  - vendor/assets/javascripts/*
anatol commented 7 years ago

Yes, it sounds reasonable. Please send a PR. You don't need /* part in the include though.