Class: Lono::Core::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/lono/core/config.rb

Constant Summary collapse

PATHS =
{
  definitions_path: "app/definitions",
  helpers_path: "app/helpers",
  content_path: "app/content",
  partials_path: "app/partials",
  scripts_path: "app/scripts",
  templates_path: "app/templates",
  user_data_path: "app/user_data",
}

Instance Method Summary collapse

Instance Method Details

#output_pathObject



18
19
20
# File 'lib/lono/core/config.rb', line 18

def output_path
  "#{Lono.root}/output"
end