mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user