Hi,
I'm using the 4.0 version of the .net core app with jquery.
In the bundleconfig the file "wwwroot/lib/jquery-ui/themes/base/all.css" is included for "wwwroot/view-resources/Areas/App/Views/_Bundles/layout-libs.min.css". This has 2 imports that are not followed by the bundler. Is that some setting I can change? Now when running the site, it's giving errors because the brower can't find the files. Since the path is different. Should I include all the files manually or can I configure the bundler to follow imports?
3 Answer(s)
-
0
Hi,
We will check this in our project as well. In the mean time you can use "jquery-ui.css" instead of "all.css"
Thanks.
-
0
Hi,
Did you already have a chance to check this?
-
0
Hi @RobrechtBelien,
Thanks for the reminder. I checked this and there is a problem like you mentioned but I forgot to create an issue about this. You can continue to use jquery-ui.css if it worked for you because we will do the same thing.
You can follow this issue <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/245">https://github.com/aspnetzero/aspnet-ze ... issues/245</a>.
Thanks.