Skip to content

Commit de75b2d

Browse files
committed
Exclude files that don't have to be published on the web server.
The sass-folder can for example be removed since it's only transpiled CSS that is used by browsers.
1 parent 2a5ff3a commit de75b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ plugins:
4646
- jekyll-sitemap
4747

4848
include: [_pages]
49-
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]
49+
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "package-lock.json", "assets/css/sass/"]

0 commit comments

Comments
 (0)