Class: Compass::AppIntegration::StandAlone::Installer
- Inherits:
-
Object
- Object
- Compass::AppIntegration::StandAlone::Installer
- Defined in:
- lib/awestruct/cli/manifest.rb
Instance Method Summary collapse
Instance Method Details
#finalize(opts = {}) ⇒ Object
no!
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/awestruct/cli/manifest.rb', line 18 def finalize(opts={}) $LOG.info "\n Now you're awestruct!\n\n To generate and run your site in development mode, execute:\n\n awestruct -d\n\n or, simply:\n\n rake\n\n then visit your site at: http://localhost:4242\n\n END\nend\n".gsub(/^ {6}/, '') |
#write_configuration_files(config_file = nil) ⇒ Object
15 16 17 |
# File 'lib/awestruct/cli/manifest.rb', line 15 def write_configuration_files(config_file = nil) # no! end |