josefarias / hotwire_combobox

An accessible autocomplete for Ruby on Rails.
https://hotwirecombobox.com
MIT License
496 stars 32 forks source link

Add assets instructions to readme #60

Closed excid3 closed 7 months ago

excid3 commented 7 months ago

This adds the stylesheet tag and asset pipeline instructions to the readme.

It took me a bit to find these instructions

Also might want to add something for Propshaft as that will be the default in Rails 8. I believe the engine could simply add itself to config.assets.paths though so that might be more seamless.

josefarias commented 7 months ago

Ah yes, been meaning to do this. Thanks @excid3!