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

Sorting assets in HtmlTemplateBundles #470

Open
michaelaird opened this issue Aug 5, 2015 · 0 comments
Open

Sorting assets in HtmlTemplateBundles #470

michaelaird opened this issue Aug 5, 2015 · 0 comments

Comments

@michaelaird
Copy link

We're running into an issue with the MSBuild task. It seems like assets are ordered differently on different machines resulting in different hashes. This messes with our deployment package since the manifest files change but the deployment package doesn't know to include different cached bundles.

Looking through the code, it appears that ScriptPipeline and StyleSheetPipeline include SortAssetsByDependency but HtmlTemplatePipeline and JavaScriptHtmlTemplatePipeline don't.

Should those be included in order to create predictable ordering?

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