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

Let RequireJS know about cache-busted modules filenames #9

Open
sergeylukin opened this issue Jul 17, 2013 · 0 comments
Open

Let RequireJS know about cache-busted modules filenames #9

sergeylukin opened this issue Jul 17, 2013 · 0 comments

Comments

@sergeylukin
Copy link
Owner

When building production-ready build, modules filenames are renamed in respect to their contents. Currently RequireJS is not aware of that, so, for example if you want to load modules/widget when some event is triggered, then RequireJS will request /scripts/modules/widget.js and not it's cache-busted filename like /sctipts/modules/7e92d3w.widget.js

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

1 participant