We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12bf0a commit bca2757Copy full SHA for bca2757
config.yaml
@@ -40,6 +40,10 @@ data_sources:
40
# same as the items root, but applies to layouts rather than items.
41
layouts_root: /
42
43
+ # This flag allows for files like jquery.plugin.js or foo.bar.css to compile properly
44
+ config:
45
+ allow_periods_in_identifiers: true
46
+
47
# Configuration for the “watch” command, which watches a site for changes and
48
# recompiles if necessary.
49
watcher:
0 commit comments