🎨 Minimizes Tailwind and the dev banner

Fixes #100
This commit is contained in:
Jeff Triplett
2020-10-02 14:21:06 -05:00
parent 01521af9b6
commit c67a1b8324
6 changed files with 108719 additions and 106951 deletions

View File

@@ -4,10 +4,10 @@ module.exports = {
purgeLayersByDefault: true,
},
purge: {
enabled: false, //process.env.JEKYLL_ENV == "production",
enabled: process.env.JEKYLL_ENV == "production",
mode: 'all',
content: [
'*.html'
'**/*.html'
],
},
plugins: [