lib/nanoc3/base/site.rb in nanoc3-3.1.0a3 vs lib/nanoc3/base/site.rb in nanoc3-3.1.0b1

- 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 less markdown md sass txt ), + :text_extensions => %w( css erb haml htm html js less markdown md php rb sass txt ), :output_dir => 'output', :data_sources => [ {} ], :index_filenames => [ 'index.html' ] }