Skip to content
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
@henrypenny

Description

@henrypenny

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions