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

Implement urlArgs feature for cache busting AMD modules #63

Closed
ryan-blunden opened this issue Dec 2, 2012 · 1 comment
Closed

Implement urlArgs feature for cache busting AMD modules #63

ryan-blunden opened this issue Dec 2, 2012 · 1 comment

Comments

@ryan-blunden
Copy link

  • Server is telling client to cache files forever (good production practice)
  • Client AMD module changes
  • Client needs to alter the request path in order to cache bust
  • There seems no way to do this currently via Curl

RequireJS provides this - http://requirejs.org/docs/api.html#config-urlArgs

@briancavalier
Copy link
Member

Hey @ryan-blunden,

Wire doesn't do any module loading itself, but rather simply relies whatever loader is available in your environment. So, it seems like the best thing to do here is to file an issue over at the curl repo, and we can work through it there.

cc @unscriptable

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

No branches or pull requests

2 participants