Broaden scope of critical path

This commit is contained in:
Rico Sta. Cruz 2017-10-19 13:02:19 +08:00
parent a2e517a2a7
commit 06bcc86591
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,9 @@ critical.generate({
src: 'react.html', src: 'react.html',
dest: '../_includes/2017/critical/sheet.css', dest: '../_includes/2017/critical/sheet.css',
include: [ include: [
/\.h3-section/ /\.h3-section/,
// eg, -six-column in devhints.io/layout-thrashing
/-column/
] ]
}) })