QuintinAdam / spree_flexi_variants

Spree extension to create product variants as-needed. Spree 3.0+
https://github.com/QuintinAdam/spree_flexi_variants
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link

Error couldn't find file 'jquery.validate/jquery.validate.min' #18

Open chayawit opened 6 years ago

chayawit commented 6 years ago

I installed Spree and it worked fine.

Right after installing spree_flexi_variants, I receive this error:

ActionView::Template::Error (couldn't find file 'jquery.validate/jquery.validate.min' with type 'application/javascript'

I had to workaround by downloading the min file and put it in /vendor/assets/javascripts/jquery.validate.

Can you suggest a better solution please?

I am new and there might be something missing.