Base solution for your next web application
Open Closed

Please rigth method to bundler and minifier #4007


User avatar
0
douglasbustos created

Some manual or document explain in detail.


4 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Bundling, Minifying and Compiling: https://aspnetzero.com/Documents/Development-Guide-Core#bundling-minifying-and-compiling

    ASP.NET Zero uses (https://marketplace.visualstudio.com/items?itemName=MadsKristensen.BundlerMinifier:fn82npzp/) for bundling & minifying script and style files. It should be installed in your Visual Studio. [b:fn82npzp]bundleconfig.json file defines all bundling configuration.

  • User Avatar
    0
    douglasbustos created

    Yes I saw it. But it is not very detailed. For example, it does not explain why it fails to publish in DEBUG mode.

  • User Avatar
    0
    aaron created
    Support Team

    Did you click on the link to Bundler & Minifier Visual Studio extension?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @douglasbustos,

    This topic is not specific to AspNet Zero, it's common ASP.NET stuff. Can you share what is the error you are getting ?