Why are my style bundles not rendering correctly in ASP.NET MVC 4?

前端 未结 4 1207
天命终不由人
天命终不由人 2021-01-31 08:04

So I am new to ASP.NET MVC 4 (well, I used 3 a little).

Anyway, in my BundleConfig.cs file, I am trying to load the Twitter Bootstrap css files and an additional s

4条回答
  •  逝去的感伤
    2021-01-31 08:45

    As paul correctly stated, bundles as set to automatically ignore 'min' files. But ignoring this rule all together is a bad practice, please refer to this answer Bundler not including .min files to a better solution (check both first and second answers).

提交回复
热议问题