lib/nanoc/base/source_data/site.rb in nanoc-3.3.7 vs lib/nanoc/base/source_data/site.rb in nanoc-3.4.0
- old
+ new
@@ -30,10 +30,10 @@
# The default configuration for a site. A site's configuration overrides
# these options: when a {Nanoc::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 scss txt xhtml xml coffee ),
+ :text_extensions => %w( css erb haml htm html js less markdown md php rb sass scss txt xhtml xml coffee hb handlebars mustache ms ).sort,
:output_dir => 'output',
:data_sources => [ {} ],
:index_filenames => [ 'index.html' ],
:enable_output_diff => false
}