asp-append-version Questions
3
I have an ASP.NET Core project with static files in both the wwwroot directory and bower_components directory.
I am able to server these files by adding this to my Startup.cs class:
StaticFileOpt...
Chemmy asked 13/3, 2017 at 23:21
3
Solved
It seems that there is no dynamic bundling supported in the new MVC (link), and it should be done using a gulp task. MVC supports some new attribute called asp-append-version, but I have not found ...
Chartism asked 26/10, 2015 at 9:46
1
© 2022 - 2024 — McMap. All rights reserved.