Contains the Javascript dependency for the cocoon rubygem without jQuery dependency.
After two days of fighting with cocoon:after-insert
not firing, I've decided to do the sane thing and re-write Cocoon JS to vanilla JS without jQuery.
- Install the cocoon rubygem as usual
yarn add cocoon-js-vanilla
- In a JS file that relies on the cocoon javascript, import
cocoon-js-vanilla
at the top of the file
For example, if you're using webpacker and have an application.js
entrypoint, you can do:
// app/javascript/packs/application.js
import "cocoon-js-vanilla";
...
Inspired by https://github.com/joerodrig/cocoon-js