Method: Jets::Commands::Upgrade#run

Defined in:
lib/jets/commands/upgrade.rb

#runObject



10
11
12
13
14
15
16
17
18
19
20
# File 'lib/jets/commands/upgrade.rb', line 10

def run
  puts "Upgrading to Jets structure to latest version"
  environment_configs
  update_routes
  update_mode_setting
  update_config_ru
  remove_ruby_lazy_load
  update_webpack_binstubs
  add_dynomite_to_gemfile
  puts "Upgrade complete."
end