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

Defined in:
lib/utopia/command.rb

Constant Summary collapse

CONFIGURATION_FILES =
['.bowerrc', 'config.ru', 'config/environment.rb', 'Gemfile', 'Rakefile', 'tasks/utopia.rake', 'tasks/bower.rake', 'tasks/test.rake']
DIRECTORIES =
["config", "lib", "pages", "public", "tasks"]
OLD_DIRECTORIES =

Removed during upgrade process

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