This repository was archived by the owner on Dec 26, 2018. It is now read-only.
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Option to turn off cache busting #231
Open
Description
It would be good to be able to turn off cache busting hashes.
Something like:
compiler.js line 189:
var hashedFilename = path.basename(filePath) + '?' + hash(filePath + content)
>>>
if(options.bustCaches === true) {
var hashedFilename = path.basename(filePath) + '?' + hash(filePath + content)
}
Metadata
Metadata
Assignees
Labels
No labels