Class: Toppings::Generators::Install::RootFileGenerator

Inherits:
BaseGenerator
  • Object
show all
Includes:
Helper::SassFrameworkHelper
Defined in:
lib/toppings/generators/install/root_file_generator.rb

Instance Method Summary collapse

Methods inherited from BaseGenerator

#notify_invoke, source_root

Methods included from Helper::PathHelper

#root_file_path, #stylesheets_path

Instance Method Details

#create_root_fileObject

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