Method: Compass::AppIntegration::StandAlone::Installer#config_contents
- Defined in:
- lib/compass/app_integration/stand_alone/installer.rb
#config_contents ⇒ Object
27 28 29 30 31 32 |
# File 'lib/compass/app_integration/stand_alone/installer.rb', line 27 def config_contents project_path, Compass.configuration.project_path = Compass.configuration.project_path, nil Compass.configuration.serialize ensure Compass.configuration.project_path = project_path end |