mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 12 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue