Browsers cache lift.js even if source has changed.
Open
@joescii is already working on this.
Since Jan 24, 2016.
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
As pointed out in [this thread on the ML](https://groups.google.com/forum/#!topic/liftweb/VY10pnY0MCs), Lift 3's `lift.js` artifact will be cached by browsers. I have verified that changes to `lift.js` do not in any way trigger a refresh of the asset in the browser. This will cause browsers to use older version of `lift.js` as teams upgrade Lift versions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.