system.web.optimization Questions
3
Solved
When rendering the styles from bundles when optimization is on you get this:
<link href="/Content/themes/base/css?v=UM624qf1uFt8dYtiIV9PCmYhsyeewBIwY4Ob0i8OdW81" rel="stylesheet&q...
Vinegarroon asked 8/3, 2013 at 9:17
4
Solved
I have the following
bundles.Add(new ScriptBundle("~/bundles/scripts/common").Include(
"~/Scripts/jquery.validationEngine.js",
"~/Scripts/common.js"));
Which generates
<script src="/bund...
Erosion asked 27/3, 2013 at 15:0
1
Solved
We know that System.Web.optimization does not support ES6 javascript files bundling and minification, So how to support that?
Ledge asked 1/10, 2020 at 13:46
4
Solved
I'm trying to use ASP.Nets BundleTable to optomize some javascript files, but have run into a problem where a specific addon (jQuery-Timepicker) fails to work when the code has been minified. See h...
Restrict asked 25/2, 2013 at 15:57
5
I'm building a modular MVC4 app, where each module (=area) is a class library. Models and controllers compile into the .dll, the views get copied into the appropriate folder. At runtime, everything...
Surprisal asked 21/7, 2012 at 8:52
1
Solved
Currently it is impossible for devs to easily work together. While debugging our code minification and bundling are turned off and so is the cache buster. This leads to every dev that touches javas...
Weariful asked 6/9, 2016 at 20:53
2
TL;DR: IItemTransform isn't getting executed when a minified file already exists in the same folder as the original (non-minified) file.
Problem explanation
I'm having this issue mainly because of ...
Trout asked 4/3, 2014 at 18:30
2
I have an asp.net mvc4. I have modules that are deployed as subdirectories within this application using IIS Virtual Directories and I need to reference files in these modules. These module dlls ar...
Goethe asked 23/8, 2012 at 21:52
1
We would like the use the bundling mechanism of System.Web.Optimization in combination with the Less transformer.
The problem is that the same application/server serves pages for different branded...
Streetlight asked 5/6, 2013 at 17:10
2
Solved
I have two VS projects, one for the main website and one for a "static content" website where all the css, js, images, and other static content will be stored and accessed via a cookieless domain.
...
Athamas asked 13/3, 2014 at 20:31
3
When the bundle is registered in MVC4, what is responsible for "intercepting" incoming http requests for /bundles/someBundle?v=1hDzBpmYJm4Iu-OjRN1YqS1WeNThVl0kStLJGP8WCr41?
also since hash for each...
Congou asked 1/10, 2013 at 11:21
2
Solved
I am currently trying to use a file upload called the Jquery-File-Upload by BlueImp in my MVC 4 application via nugget. This file upload depends on System.Web.Optimization namespace to work.
My ap...
Barry asked 24/9, 2013 at 8:40
1
Solved
Every time I deploy an MVC web application my server has to re-cache all js and css bundles.
Because of this it can take several seconds for the first view to render after deploying.
Is there a...
Core asked 15/7, 2013 at 20:12
1
© 2022 - 2024 — McMap. All rights reserved.