Skip to content

Commit

Permalink
Install turbo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
justalever committed Sep 11, 2023
1 parent df3d87f commit ce61e9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/install/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ def add_stimulus
rails_command "stimulus:install:node"
end

def add_turbo
rails_command "turbo:install"
end

def add_gems
add_gem_if_not_installed("devise")
add_gem_if_not_installed("name_of_person")
Expand Down Expand Up @@ -317,6 +321,9 @@ def configure_permitted_parameters
say "⚡️ Add Stimulus.js"
add_stimulus

say "⚡️ Installing turbo for good measure"
add_turbo

say "⚡️ Add custom css-bundling setup"
add_css_bundling_setup

Expand Down

0 comments on commit ce61e9a

Please sign in to comment.