diff --git a/STYLEGUIDE_TEMPLATE_SPRESS/config.yml b/STYLEGUIDE_TEMPLATE_SPRESS/config.yml index f6e072e..792215f 100644 --- a/STYLEGUIDE_TEMPLATE_SPRESS/config.yml +++ b/STYLEGUIDE_TEMPLATE_SPRESS/config.yml @@ -3,6 +3,8 @@ title: 'STYLEGUIDE TEMPLATE' url: '' +text_extensions: [ 'htm', 'html', 'html.twig', 'twig.html', 'js', 'less', 'markdown', 'md', 'mkd', 'mkdn', 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'ms', 'mustache', 'php', 'rb', 'sass', 'scss', 'slim', 'txt', 'twig', 'xhtml', 'xml', 'svg' ] + server_watch_ext: ['html', 'htm', 'xml', 'css', 'js', 'twig', 'md'] collections: @@ -22,4 +24,4 @@ collections: output: true title: "High Fidelity Comps" sort_by: title - sort_type: 'ascending' \ No newline at end of file + sort_type: 'ascending'