🐛 Workaround for jekyll-assets bug
https://github.com/envygeeks/jekyll-assets/issues/575
This commit is contained in:
parent
54758c6ef0
commit
8fa6130008
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ kramdown:
|
||||||
sass:
|
sass:
|
||||||
style: :expanded # You might prefer to minify using :compressed
|
style: :expanded # You might prefer to minify using :compressed
|
||||||
|
|
||||||
|
assets:
|
||||||
|
compression: false
|
||||||
|
|
||||||
# Use the following plug-ins
|
# Use the following plug-ins
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
|
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue