How To Create A Gem For Frontend Javascript And CSS Libraries Discussion
Thanks for posting this video! it really helped me with creating my own gems.
here is the last one https://rubygems.org/gems/aw-highstock_rails
for pushing it to https://rubygems.org/ i used gem build gem_name.gemspec
and then gem push gem_name.gem
Now wait a second why didn't you have to use the gem build and gem install commands before including the gem in the gemfile??
But in rails 7 if javascript folder is "app/javascript" // = require sweetalert_dev -> import "./sweetalert_dev" ?