lib/compass/configuration.rb in compass-0.12.alpha.4 vs lib/compass/configuration.rb in compass-0.12.rc.0
- old
+ new
@@ -23,11 +23,10 @@
attributes_for_directory(:generated_images),
attributes_for_directory(:javascripts),
attributes_for_directory(:fonts),
attributes_for_directory(:extensions, nil),
# Compilation options
- :sprite_load_path,
:output_style,
:environment,
:relative_assets,
:additional_import_paths,
:sass_options,
@@ -42,9 +41,15 @@
:disable_warnings,
:sprite_engine,
:chunky_png_options
].flatten
+ ARRAY_ATTRIBUTES = [
+ :sprite_load_path,
+ :required_libraries,
+ :loaded_frameworks,
+ :framework_path
+ ]
# Registers a new configuration property.
# Extensions can use this to add new configuration options to compass.
#
# @param [Symbol] name The name of the property.
# @param [String] comment A comment for the property.