marinosoftware / active_storage_drag_and_drop

Provides a form helper to make it easy to make drag-and-drop file upload fields that work with Rails' Active Storage.
MIT License
92 stars 14 forks source link

Adding css to yarn version and removing the need to install the gem #43

Closed anthonymidili closed 2 years ago

anthonymidili commented 4 years ago

Could I suggest adding the css to the yarn version and removing the need to install the gem all together? Currently, I have copied the css file from the git repo because I have moved away from using the assets pipeline and am using webpack to serve all my assets. With that said, I am still forced to bundle the gem version to handle a few ruby dependencies.

I am really loving this gem. Great job. Thank you