treat html and css files as essentially binary files

master
muflax 2013-03-13 05:45:33 +01:00
parent a3e1fe9613
commit 9c88c35bb9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# A list of file extensions that nanoc will consider to be textual rather than
# binary. If an item with an extension not in this list is found, the file
# will be considered as binary.
text_extensions: [ 'css', 'erb', 'html', 'mkd', 'org', 'scss', 'xml' ]
text_extensions: ['erb', 'mkd', 'org', 'scss']
# A list of index filenames, i.e. names of files that will be served by a web
# server when a directory is requested. Usually, index files are named