Skip to content

Commit

Permalink
Merge pull request #336 from sylvainmetayer/feature/development-no-co…
Browse files Browse the repository at this point in the history
…mpress

feature: in development mode, do not compress HTML
  • Loading branch information
sergiokopplin committed Jan 29, 2019
2 parents 8c741e7 + 7831c63 commit c950d72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
_site
.sass-cache
Gemfile.lock
.bundle
vendor/
6 changes: 6 additions & 0 deletions _config.yml
Expand Up @@ -111,4 +111,10 @@ plugins:
jekyll-mentions:
base_url: https://github.com

compress_html:
ignore:
envs:
- development
- stage

exclude: ["travis.sh", "Rakefile", "README.md", "Gemfile", "Gemfile.lock", "FAQ.md"]

0 comments on commit c950d72

Please sign in to comment.