Class: Lotus::CliSubCommands::Assets Private
- Inherits:
 - 
      Thor
      
        
- Object
 - Thor
 - Lotus::CliSubCommands::Assets
 
 
- Defined in:
 - lib/lotus/cli_sub_commands/assets.rb
 
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A set of subcommands related to assets
It is run with:
`bundle exec lotus assets`
  Instance Method Summary collapse
- #precompile ⇒ Object private
 
Instance Method Details
#precompile ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
      15 16 17 18  | 
    
      # File 'lib/lotus/cli_sub_commands/assets.rb', line 15 def precompile require 'lotus/commands/assets/precompile' Lotus::Commands::Assets::Precompile.new(, environment).start end  |