Skip to content

Commit 5e7e15b

Browse files
ohadschnmmistakes
authored andcommittedSep 5, 2017
Mention CDN minification as an alternative to compress_html (#1217)
* Mention CDN minification as an alternative to compress_html * Add warning notice to caution statement
1 parent c863ba6 commit 5e7e15b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎docs/_docs/05-configuration.md

+4
Original file line numberDiff line numberDiff line change
@@ -642,3 +642,7 @@ compress_html:
642642
```
643643

644644
**Caution:** Inline JavaScript comments can cause problems with `compress.html`, so be sure to `/* comment this way */` and avoid `// these sorts of comments`.
645+
{: .notice--warning}
646+
647+
**Note:** CDN services such as CloudFlare provide optional automatic minification for HTML, CSS, and JavaScript. If you are serving your site via such a service and have minification enabled, this configuration might be redundant.
648+
{: .notice--info}

0 commit comments

Comments
 (0)