Class: Pu::Core::AssetsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pu::Core::AssetsGenerator
- Includes:
- PlutoniumGenerators::Generator
- Defined in:
- lib/generators/pu/core/assets/assets_generator.rb
Instance Method Summary collapse
Methods included from PlutoniumGenerators::Generator
Methods included from PlutoniumGenerators::Concerns::Logger
#debug, #error, #exception, #info, #success, #warn
Methods included from PlutoniumGenerators::Concerns::Config
Instance Method Details
#start ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/generators/pu/core/assets/assets_generator.rb', line 14 def start install_dependencies copy_tailwind_config configure_application replace_build_script import_styles rescue => e exception "#{self.class} failed:", e end |