9 questions
1
vote
0
answers
22
views
C# StyleBundle doesn't include linked files
VisualStudio 2019, I have two projects in a solution which essentially need to share a single CSS. I have the physical file added to project A, and then I added the same file as a "link" file in ...
-1
votes
1
answer
173
views
ASP.NET Web Forms - FontAwesome CDN Fallback Not Working
In my ASP.NET Web Forms project, i am using bundling and minification. I want to use Fontawesome CDN with fallback support but problem is that only CDN is working and as a fallback my downloaded local ...
2
votes
1
answer
847
views
C# MVC StyleBundle and ScriptBundle do not render correct paths if project is run in subdirectory
I have this code in BundleConfig.cs which simply includes a script
bundles.Add(new ScriptBundle("~/bundles/ui-scripts").Include(
"~/Scripts/ui-scripts.js"));
On my locale ...
4
votes
2
answers
2k
views
ASP.NET MVC: StyleBundle IncludeDirectory & CssRewriteUrlTransform
I have the same problem as many that my images are not resolved when I bundle my CSS-Stylesheets.
Now I found some SO-Answers that suggest using new CssRewriteUrlTransform() as second parameter for ...
3
votes
2
answers
3k
views
is it possible to include Scripts and Styles in same Bundle ?(asp.net mvc5)
Attempting to use css and js files with same virtualpath bundle name
1 - is it possible ? (tried:but failed. cant define same virtual path name both for script and style)
2 - it it possible to ...
1
vote
1
answer
439
views
What happens to ScriptBundle and StyleBundle in Asp.NET 5.0 vNEXT
In vNEXT, what happens to the bundling support via ScriptBundle and StyleBundle?
My understanding is that bower, grunt & co. will completely replace that mechanism?
Are there examples on how to ...
3
votes
1
answer
5k
views
MVC 4 Styles.Render & Scripts.Render Clarification
I'm using ASP.NET MVC 4 with Bootstrap and I've noticed that my project is a little bit different from a lot of articles and tutorials about "building your site with Bootstrap", they keep mention the ...
0
votes
3
answers
609
views
Icons not shown while using Bundling
I am using Bundling for my CSS and use that in my MVC Layout.cshtml page. The CSS files are included correctly but the icons are not shown properly.
Should i do something to include icons?
MY ...
3
votes
2
answers
615
views
Odd caching behaviour by browsers when using ASP.NET CSS Bundles
Im really to confused as to whats going on here.
It seems the (System.Web.Optimization.)Bundle library puts a filesystem watcher on all the files it has bundled up. Whenever there is a change (say ...