We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e372b commit 5c3783eCopy full SHA for 5c3783e
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: npm install --global markdownlint-cli
36
37
- name: Build Jekyll site
38
- run: JEKYLL_ENV=production bundle exec jekyll build --config _config.yml,_config_harmony.yml
+ run: JEKYLL_ENV=production bundle exec jekyll build
39
40
- name: Run markdownlint
41
run: markdownlint _posts _drafts _pages README.md
_config.yml
@@ -217,6 +217,10 @@ whitelist:
217
- jekyll-minifier
218
- jemoji
219
220
+# Jekyll Minifier Configuration
221
+jekyll-minifier:
222
+ uglifier_args:
223
+ harmony: true
224
225
# Archives
226
# Type
_config_harmony.yml
0 commit comments