Linked Questions

0 votes
0 answers
529 views

I am using bundle.config in asp.net mvc but on my local machine every thing was working fine js and css but when i deployed on another machine js and css give me issues, js is not working properly and ...
Syed Uzair Uddin's user avatar
1 vote
0 answers
48 views

We have a large project with a large number of css files. I use MS bundling which combines everything into a single file in production. Some might argue we have too many css files, but having a ...
John Livermore's user avatar
145 votes
11 answers
97k views

I am runing an App on app harbor written in MVC4. A bundle of css files doesn't work. In my local computer in debug mode I see the code of the App and I see the files. The App works as expected. <...
Ricardo Polo Jaramillo's user avatar
15 votes
4 answers
8k views

When I run my ASP.NET MVC 4 app in release mode, the bundles are still outputting the unminified and separate js files, instead of bundling and minifying it into fewer bundled JavaScript files. Any ...
FutuToad's user avatar
  • 2,860
15 votes
2 answers
12k views

I want some expert advice on ASP.NET MVC Bundling and Minification. I have in my project script files that have both unminified (.js) and minified versions (.min.js). I have included them in my script ...
Tommi Gustafsson's user avatar
8 votes
2 answers
12k views

I want to be able to minify/bundle my javascript files in a production environment while having them unminified/unbundled when debugging locally; however, the default WebForms site in VS2012 does not ...
snumpy's user avatar
  • 2,878
6 votes
4 answers
10k views

On a page with bootstrap progress bar i am getting an error: $(...).progressbar is not a function This error seems to be crashing the rest of my scripts as i see that: Typeahead does not work on the ...
JustLearning's user avatar
  • 3,342
20 votes
1 answer
3k views

I need to be able to temporarily disable bundling and minification for a single request for the purpose of debugging JavaScript & CSS Issues. I would like to do this at run time by adding a ...
jessegavin's user avatar
  • 75.8k
6 votes
1 answer
7k views

I've created a bundle of various script files that I want to be combined/minified together. In my code behind file (yes, sorry it's in VB!) I add it to a <asp:placeholder /> on the <head> ...
Chris Barr's user avatar
  • 34.6k
3 votes
2 answers
3k views

I am implementing the bundling and minification in MVC4 but its not working when i deploy on IIS server. i used below code in my BundleConfig.cs public static void RegisterBundles(BundleCollection ...
Ashutosh's user avatar
  • 201
0 votes
2 answers
1k views

Has anyone else run into the issue where the style looks fine in development mode in the various browsers (IE, Chrome & Firefox) and then when you deploy the site, the style is a little off? I ...
webdad3's user avatar
  • 9,150
0 votes
1 answer
1k views

I am using Visual Studio 2013, ASP.MVC Project. When I add a javascript file, for example fx.js, the file is minified and new files are created: fx.js (minified) fx.js.map fx.js.uncompressed (...
Franchesco's user avatar
0 votes
1 answer
998 views

As you probably know ASP.NET has an opportinity called Bundles and Minification. It allows to join scripts and styles to bundles and to minificate them. But if i want to use it i have to initialize ...
JuniorThree's user avatar
1 vote
2 answers
907 views

On one of our pages we have an ungodly amount of jquery shoved into one script tag. I'm trying to clean things up a bit by separating the code into a few individual .js files and using an ASP MVC 4 ...
NealR's user avatar
  • 10.7k
2 votes
1 answer
780 views

I have a web application MVC5. For a production website we set compilatoin debug=false in the web.config. To test this I also did this on my local development machine. This works in production and ...
Bartvandee's user avatar

15 30 50 per page