Class: Utopia::Command::Site
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Utopia::Command::Site
- Defined in:
- lib/utopia/command/site.rb
Overview
Local site setup commands.
Defined Under Namespace
Constant Summary
- CONFIGURATION_FILES =
Configuration files which should be installed/updated:
['.bowerrc', '.gitignore', 'config.ru', 'config/environment.rb', 'Gemfile', 'Guardfile', 'Rakefile', 'tasks/bower.rake', 'tasks/deploy.rake', 'tasks/development.rake', 'tasks/environment.rake', 'tasks/log.rake']
- DIRECTORIES =
Directories that should exist:
["config", "lib", "pages", "public", "tasks"]
- OLD_PATHS =
Directories that should be removed during upgrade process:
["access_log", "cache", "tmp", 'tasks/test.rake', 'tasks/utopia.rake']
- ROOT =
The root directory of the template site:
File.join(SETUP_ROOT, 'site')
Instance Method Summary collapse
Instance Method Details
#invoke(parent) ⇒ Object
204 205 206 |
# File 'lib/utopia/command/site.rb', line 204 def invoke(parent) @command.invoke(parent) end |