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

Render referenced assets as standalone files but minified and hash-stamped #337

Open
brgrz opened this issue Sep 13, 2016 · 2 comments
Open

Comments

@brgrz
Copy link

brgrz commented Sep 13, 2016

HTTP/2 is coming to IIS on Windows Server too (soon) and a feature that will immediately become useful if not essential is being able to render referenced assets not as a bundle but standalone, just minifying them and hash-stamping the file names.

That would aid in many standalone, easily cacheable files, which HTTP/2 prefers.

@AlexCuse what are your thoughts on this?

@brgrz brgrz changed the title Render referenced assets standalone but minified and hash-stamped Render referenced assets as standalone files but minified and hash-stamped Sep 13, 2016
@AlexCuse
Copy link
Collaborator

I think this is a good thing to look into - 1.0 is currently delayed as I'm trying to revamp the configuration mechanism but that would be a good spot to do it I think.

Would .AsIndividualFiles() make sense as the name for the method on bundle?

@brgrz
Copy link
Author

brgrz commented Sep 13, 2016

My guess is it would.

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