Hi everyone,
new to this forum, I hope I chose the correct category.
Currently I am developing a simple JavaScript-based WYSIWYG layout editor. As I want to share this with several of my applications , I wanted to create a Rails Plugin for this - so I started
rails plugin new PLUGINNAME --mountable
just following the guide.
However - I noticed, that the directory app/javascript is missing. As the 90% of the plugin will consist of Hotwire/Stimulus-controllers: Do you have any idea how to achieve this in a plugin?
KR, Stefan