Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
22 views

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 ...
LarryBud's user avatar
  • 1,101
-1 votes
1 answer
173 views

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 ...
Creator's user avatar
2 votes
1 answer
847 views

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 ...
CyberProdigy's user avatar
  • 1,039
4 votes
2 answers
2k views

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 ...
NoRyb's user avatar
  • 1,554
3 votes
2 answers
3k views

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 ...
Fables Alive's user avatar
  • 2,855
1 vote
1 answer
439 views

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 ...
John's user avatar
  • 3,677
3 votes
1 answer
5k views

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 ...
Ron's user avatar
  • 1,924
0 votes
3 answers
609 views

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 ...
Madhu's user avatar
  • 2,551
3 votes
2 answers
615 views

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 ...
maxp's user avatar
  • 25.3k