Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Option to turn off cache busting #231

Open
henrypenny opened this issue Jul 3, 2018 · 0 comments
Open

Option to turn off cache busting #231

henrypenny opened this issue Jul 3, 2018 · 0 comments

Comments

@henrypenny
Copy link

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)
  }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant