Class: Toppings::Generators::Install::RootFileGenerator
- Inherits:
-
BaseGenerator
- Object
- Thor::Group
- BaseGenerator
- Toppings::Generators::Install::RootFileGenerator
- Includes:
- Helper::SassFrameworkHelper
- Defined in:
- lib/toppings/generators/install/root_file_generator.rb
Instance Method Summary collapse
-
#create_root_file ⇒ Object
the only ever fully compiled file at the moment.
Methods inherited from BaseGenerator
Methods included from Helper::PathHelper
#root_file_path, #stylesheets_path
Instance Method Details
#create_root_file ⇒ Object
the only ever fully compiled file at the moment
9 10 11 12 13 |
# File 'lib/toppings/generators/install/root_file_generator.rb', line 9 def create_root_file create_file(root_file_path, skip: true) do [vendor_framework_imports, blank_line, start_application_framework].flatten.join end end |