From f55cc31dbd0e7455328c80c7ef38186ad8e54099 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:55:47 +0800 Subject: [PATCH] fix: js files in subdirectories are excluded from the site output (#2101) --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 71617fb..d6f84c5 100644 --- a/_config.yml +++ b/_config.yml @@ -212,7 +212,8 @@ exclude: - tools - README.md - LICENSE - - "*.js" + - purgecss.js + - rollup.config.js - "package*.json" jekyll-archives: