mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 05:17:00 -06:00
Disable HTML compression in production
Couldn't get it to work in development and it's causing issues with inline JS, so it's time to remove it.
This commit is contained in:
15
_config.yml
15
_config.yml
@@ -1,5 +1,4 @@
|
|||||||
title: Xevion.dev
|
title: Xevion.dev
|
||||||
environment: production
|
|
||||||
email: xevion@xevion.dev
|
email: xevion@xevion.dev
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
@@ -16,15 +15,17 @@ include:
|
|||||||
- _pages
|
- _pages
|
||||||
- CNAME
|
- CNAME
|
||||||
exclude:
|
exclude:
|
||||||
- CNAME
|
- LICENSE
|
||||||
- LICENSE
|
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
sourcemap: development
|
sourcemap: development
|
||||||
compress_html:
|
# compress_html:
|
||||||
ignore:
|
# ignore:
|
||||||
envs: ["development"]
|
# envs: [development, production]
|
||||||
comments: all
|
# comments: all
|
||||||
|
# clippings: all
|
||||||
|
# endings: all
|
||||||
|
# blanklines: false
|
||||||
repository: Xevion/xevion.dev
|
repository: Xevion/xevion.dev
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
layout: compress
|
# layout: compress
|
||||||
---
|
---
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|||||||
Reference in New Issue
Block a user