Module: Toppings

Defined in:
lib/toppings.rb,
lib/toppings/cli.rb,
lib/toppings/config.rb,
lib/toppings/version.rb,
lib/toppings/helper/path_helper.rb,
lib/toppings/helper/base_file_helper.rb,
lib/toppings/helper/index_file_helper.rb,
lib/toppings/helper/sass_content_helper.rb,
lib/toppings/generators/install_generator.rb,
lib/toppings/helper/sass_framework_helper.rb,
lib/toppings/generators/sass_file_generator.rb,
lib/toppings/generators/components_generator.rb,
lib/toppings/generators/install/base_generator.rb,
lib/toppings/generators/install/fonts_generator.rb,
lib/toppings/generators/install/group_generator.rb,
lib/toppings/generators/install/helper_generator.rb,
lib/toppings/generators/install/setups_generator.rb,
lib/toppings/generators/install/layouts_generator.rb,
lib/toppings/generators/install/modules_generator.rb,
lib/toppings/helper/generator_registration_helper.rb,
lib/toppings/generators/install/settings_generator.rb,
lib/toppings/generators/install/root_file_generator.rb,
lib/toppings/generators/install/compass_config_generator.rb

Defined Under Namespace

Modules: Generators, Helper Classes: CLI, Config

Constant Summary collapse

VERSION =
'0.0.9'

Class Method Summary collapse

Class Method Details

.confObject



14
15
16
# File 'lib/toppings.rb', line 14

def self.conf
  @conf = Toppings::Config.load
end

.gem_rootObject



10
11
12
# File 'lib/toppings.rb', line 10

def self.gem_root
  @gem_root ||= File.expand_path('../..', __FILE__)
end