anatol / quarry

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

jquery-rails installs jquerry files #64

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/*

Closes #62

anatol commented 7 years ago

Copy information you provided in #62 to the commit message. Use git commit --amend to change the message.

At the end of the commit message add "Closes #62".

Zerophase commented 7 years ago

I believe I made the fix you wanted.

anatol commented 7 years ago

Thank you, I rebuild the package once ruby-2.4 rebuild lands [stable] repository.