Skip to content

Commit

Permalink
refactor: remove default ignoreCustomComments from html-minifier
Browse files Browse the repository at this point in the history
not sure why upstream has it in the first place ¯\_(ツ)_/¯
  • Loading branch information
weyusi committed May 18, 2019
1 parent ea2a4af commit c9b7323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if (hexo.config.neat_enable === true) {
enable: true,
logger: false,
exclude: [],
ignoreCustomComments: [/^\s*more/],
removeComments: true,
removeCommentsFromCDATA: true,
collapseWhitespace: true,
Expand Down

0 comments on commit c9b7323

Please sign in to comment.