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",
  partials_path: "app/partials",
  scripts_path: "app/scripts",
  templates_path: "app/templates",
  user_data_path: "app/user_data",
  params_path: "config/params",
  variables_path: "config/variables",
  output_path: "output",
}