Skip to content

Commit 2355994

Browse files
authored
fix(build): exclude purgecss.js from output files (#2090)
1 parent 9eb13de commit 2355994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ exclude:
212212
- tools
213213
- README.md
214214
- LICENSE
215-
- "*.config.js"
216-
- package*.json
215+
- "*.js"
216+
- "package*.json"
217217

218218
jekyll-archives:
219219
enabled: [categories, tags]

0 commit comments

Comments
 (0)