Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Dec 12, 2017
2 parents fed397f + b7da517 commit e31caac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ This is the default `.hugulprc`:
"advanced": false
},
"htmlmin": {
"collapsedWhitespace": true,
"removeEmptyElements": true
"collapseWhitespace": true
},
"gifsicle": { "interlaced": true },
"jpegtran": { "progressive": true },
Expand Down Expand Up @@ -336,8 +335,7 @@ Default:

```json
"htmlmin": {
"collapsedWhitespace": true,
"removeEmptyElements": true
"collapsedWhitespace": true
}
```

Expand Down
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ function init() {
advanced: false
},
htmlmin: {
collapsedWhitespace: true,
removeEmptyElements: true
collapseWhitespace: true
},
gifsicle: { interlaced: true },
jpegtran: { progressive: true },
Expand Down

0 comments on commit e31caac

Please sign in to comment.