add a new option to enable/disable content hash
nidzovito opened this issue · 4 comments
nidzovito commented
Font files are not likely to be changed, can we add enableHash
option which is enabled by default?
Line 30 in 362f314
rohanray commented
@nidzovito : I'm not sure I got you.
nidzovito commented
@rohanray What I wanted is add enableHash
configuration option.
- If true,
name: '[name]-[hash].[ext]'
- If false,
name: '[name].[ext]'
kachkaev commented
What is a benefit of serving '[name].[ext]'
?
rohanray commented
Closing due to no required action