lib/nanoc3/base/site.rb in nanoc3-3.1.2 vs lib/nanoc3/base/site.rb in nanoc3-3.1.3
- old
+ new
@@ -37,10 +37,10 @@
# The default configuration for a site. A site's configuration overrides
# these options: when a {Nanoc3::Site} is created with a configuration
# that lacks some options, the default value will be taken from
# `DEFAULT_CONFIG`.
DEFAULT_CONFIG = {
- :text_extensions => %w( css erb haml htm html js less markdown md php rb sass txt ),
+ :text_extensions => %w( css erb haml htm html js less markdown md php rb sass txt xhtml xml ),
:output_dir => 'output',
:data_sources => [ {} ],
:index_filenames => [ 'index.html' ],
:enable_output_diff => false
}