Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache Busting: Force clients to refresh static files after deploy (for e.g. JS and CSS) #68

Closed
jeevatkm opened this issue Jun 13, 2017 · 1 comment
Assignees
Labels
aah Framework scope feature
Projects

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Jun 13, 2017

For cache busting feature for static files delivery, I think it would be good to have multiple options so that users can choose based on their use case.

  • Simple one using filename (prefix or suffix) using AppBuildInfo().Version
    • Prefix: 813e524-aah.css or
    • Suffix: aah-813e524.css
  • Asset pipeline - minify, cache busting, update template with minified version filename and package with that (Deferred for asset pipeline implementation)

So v0.7 brings simple one to begin with.

@jeevatkm jeevatkm added aah Framework scope feature labels Jun 13, 2017
@jeevatkm jeevatkm added this to Backlog in aah Roadmap Jun 13, 2017
@jeevatkm jeevatkm changed the title Cache Busting: Force clients to refresh static files after the deploy (for e.g. JS and CSS) Cache Busting: Force clients to refresh static files after deploy (for e.g. JS and CSS) Jun 13, 2017
@jeevatkm jeevatkm modified the milestone: v0.7 Milestone Jul 12, 2017
@jeevatkm jeevatkm moved this from Backlog to In Progress in aah Roadmap Jul 12, 2017
@jeevatkm jeevatkm self-assigned this Jul 17, 2017
@jeevatkm
Copy link
Member Author

It's done.

@jeevatkm jeevatkm moved this from In Progress to Done in aah Roadmap Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aah Framework scope feature
Projects
aah Roadmap
  
Released to Audience
Development

No branches or pull requests

1 participant