thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.02k stars 528 forks source link

Introduce `suspenders:inline_svg` generator #1140

Closed crackofdusk closed 1 year ago

crackofdusk commented 1 year ago

Ports the existing generator to Suspenders 3.0.

To do:

How to test manually

Add suspenders to the Gemfile.

group :development, :test do
  gem "suspenders", git: "https://github.com/thoughtbot/suspenders", branch: "suspenders-3-0-0-inline-svg-generator"
end

Install and run the generator:

bundle
bin/rails g suspenders:inline_svg