Base solution for your next web application
Open Closed

Disable bundlerminifier action on every build #6694


User avatar
0
tomop created

Hi, The bundler/minifier seems to run every single time I build. Is it possible to disable this and have it run on demand?


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team
    • What is your product version?
    • What is your product type (Angular or MVC)?
    • What is product framework type (.net framework or .net core)?
  • User Avatar
    0
    tomop created

    v6.6 ASP.NET Core MVC & JQuery

  • User Avatar
    0
    ismcagdas created
    Support Team

    Answered via email.

    Removing section below will stop bundling for every build.

  • User Avatar
    0
    tomop created

    Sorry, looks like I'm running 6.5, not 6.6. I Couldn't find any file which contains the targets you described in the example

  • User Avatar
    0
    maliming created
    Support Team

    @tomop It exists in the Web.Mvc.csproj file

  • User Avatar
    0
    tomop created

    Great thanks. How about disabling the compilation of the *.less files which seems to happen every build?

  • User Avatar
    0
    maliming created
    Support Team

    @tomop Zero uses this tool, please refer to its documentation. https://github.com/madskristensen/WebCompiler