Closed crackofdusk closed 1 year ago
Ports the existing generator to Suspenders 3.0.
To do:
Add suspenders to the Gemfile.
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
Ports the existing generator to Suspenders 3.0.
To do:
How to test manually
Add suspenders to the
Gemfile
.Install and run the generator: