Utopia::Command::Site
Local site setup commands.
Nested
Definitions
CONFIGURATION_FILES = ['.gitignore', 'config.ru', 'config/environment.rb', 'falcon.rb', 'gems.rb', 'Guardfile', 'bake.rb', 'spec/spec_helper.rb', 'spec/website_context.rb', 'spec/website_spec.rb']
Configuration files which should be installed/updated:
DIRECTORIES = ["config", "lib", "pages", "public", "tasks", "spec"]
Directories that should exist:
OLD_PATHS = ["access_log", "cache", "tmp", "Rakefile", "tasks", ".bowerrc"]
Directories that should be removed during upgrade process:
ROOT = File.join(SETUP_ROOT, 'site')
The root directory of the template site: