Publishing a website is not updating my CSS bundles

前端 未结 3 1469
梦如初夏
梦如初夏 2020-12-30 08:38

When I run my code from Visual Studio in release mode, and check the bundled style sheet, I can see my updates to the css files in that bundle. However when I publish the we

3条回答
  •  执念已碎
    2020-12-30 09:28

    In my case bootstrap.min.css also exists in content folder which I removed it and web site working fine.

    as per Filip Stanek mentioned "the optimizer will first attempt to use the "bootstrap.min.css" file during publish"

    even if we didnt add it in bundle config while publishing code it point to "bootstrap.min.css"

提交回复
热议问题