Module: Utopia::Command::Setup::Site

Defined in:
lib/utopia/command.rb

Constant Summary collapse

CONFIGURATION_FILES =
['config.ru', 'config/environment.rb', 'Gemfile', 'Rakefile', 'tasks/utopia.rake']
DIRECTORIES =
["config", "lib", "pages", "public", "tasks", "tmp"]
{"public/_static" => "../pages/_static"}
OLD_DIRECTORIES =

Removed during upgrade process

["access_log", "cache"]
ROOT =
File.join(BASE, 'site')