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...

1

Solved

We know that System.Web.optimization does not support ES6 javascript files bundling and minification, So how to support that?

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...

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...

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 ...

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...

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. ...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.