lib/caboodle/config.rb in caboodle-0.2.8 vs lib/caboodle/config.rb in caboodle-0.2.9
- old
+ new
@@ -6,9 +6,10 @@
RSS = []
SASS = []
Errors = []
Defaults = Hashie::Mash.new(Hashie::Mash.new(YAML.load_file(File.join(File.dirname(__FILE__), 'config','defaults.yml'))))
RequiredSettings = Hashie::Mash.new()
+ OptionalSettings = Hashie::Mash.new()
Layout = Hashie::Mash.new()
Site = Defaults.clone
Site.required_settings = []
Site.kits = [] unless Site.kits
\ No newline at end of file