jquery-rails can't find jquery.
Closed this issue · 1 comments
Zerophase commented
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
Yes, it sounds reasonable. Please send a PR. You don't need /*
part in the include
though.