mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +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: {
|
fingerprint: {
|
||||||
enabled: isProduction,
|
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: {
|
minifyJS: {
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
Reference in New Issue
Block a user