mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Reformatted list of fingerprint-enabled file extensions
- this makes it easier to read the diff when you're adding extensions
This commit is contained in:
parent
b8870dec99
commit
9a68187b8e
@ -135,7 +135,18 @@ module.exports = function (defaults) {
|
||||
},
|
||||
fingerprint: {
|
||||
enabled: isProduction,
|
||||
extensions: ['js', 'css', 'png', 'jpg', 'jpeg', 'gif', 'map', 'svg', 'ttf', 'ico']
|
||||
extensions: [
|
||||
'js',
|
||||
'css',
|
||||
'png',
|
||||
'jpg',
|
||||
'jpeg',
|
||||
'gif',
|
||||
'map',
|
||||
'svg',
|
||||
'ttf',
|
||||
'ico'
|
||||
]
|
||||
},
|
||||
minifyJS: {
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user