Skip to content

Commit a1d6ec9

Browse files
authored
fix: js files in subdirectories are excluded from the site output (cotes2020#2101)
1 parent 653ffad commit a1d6ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ exclude:
212212
- tools
213213
- README.md
214214
- LICENSE
215-
- "*.js"
215+
- purgecss.js
216+
- rollup.config.js
216217
- "package*.json"
217218

218219
jekyll-archives:

0 commit comments

Comments
 (0)