Skip to content

Commit bca2757

Browse files
committed
set allow_periods_in_identifiers flag to true to allow for proper compilation of js and css dependencies
1 parent f12bf0a commit bca2757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ data_sources:
4040
# same as the items root, but applies to layouts rather than items.
4141
layouts_root: /
4242

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+
4347
# Configuration for the “watch” command, which watches a site for changes and
4448
# recompiles if necessary.
4549
watcher:

0 commit comments

Comments
 (0)