grunt-usemin pattern: Update meta tags image content
usemin: {
options: {
patterns: {
html: [
[
/<meta[^\>]+content=['"]http\:\/\/yourdomain\.pl\/([^"']+)["']/gm,
'Update meta tags image content'
]
]
}
},
},