Skip to content

Commit f4c9724

Browse files
committed
_config.yml: disable compress_html in production
The HTML compressor strips <pre> opening tags from raw HTML code blocks, breaking the formatting on the Example page. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 00451d4 commit f4c9724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ compress_html:
207207
profile: false
208208
blanklines: false
209209
ignore:
210-
envs: [development]
210+
envs: [development, production]
211211

212212
exclude:
213213
- "*.gem"

0 commit comments

Comments
 (0)