Method: Compass::Installers::StandAloneInstaller#config_contents

Defined in:
lib/compass/installers/stand_alone.rb

#config_contentsObject



20
21
22
23
24
25
# File 'lib/compass/installers/stand_alone.rb', line 20

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