lib/reveal-ck/builders/slides_builder.rb in reveal-ck-3.8.0 vs lib/reveal-ck/builders/slides_builder.rb in reveal-ck-3.8.1

- old
+ new

@@ -33,9 +33,10 @@ end def read_config config_file = File.join(user_dir, 'config.yml') return unless File.exist?(config_file) + config_as_hash = YAML.load_file config_file @config.merge!(config_as_hash) end def dependencies