Update gulpfile.babel.js

This commit is contained in:
Taylor Bryant 2020-01-26 00:09:21 -06:00 committed by GitHub
parent 3e7977d3df
commit 51134e7a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ task("processStyles", () => {
...(!isDevelopmentBuild
? [
purgecss({
content: ["**/*.html"],
content: [`${SITE_ROOT}/**/*.html`],
defaultExtractor: content =>
content.match(/[\w-/:]+(?<!:)/g) || []
}),