dolphins7.skeleton/twenty-client/nanoc.yaml

17 lines
618 B
YAML
Raw Normal View History

2023-12-08 19:27:00 +01:00
# 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.
2023-12-10 19:59:36 +01:00
text_extensions: [ 'adoc', 'asciidoc', 'atom', 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'rdoc', 'sass', 'scss', 'slim', 'tex', 'txt', 'xhtml', 'xml', 'ts', 'tsx' ]
2023-12-08 19:27:00 +01:00
prune:
auto_prune: true
lib_dirs: ['nanoc/lib']
output_dir: build/
data_sources:
- type: filesystem
encoding: utf-8
content_dir: src/
layouts_dir: src/layouts