Enable ASP.NET bundling and minification

To use the ASP.NET Bundling and Minification feature in Sitefinity CMS, perform the following:

  1. Open your project in Visual Studio.
  2. Using the Package Management Console, install the following package:
    Install-Package Microsoft.AspNet.Web.Optimization
  3. Add a BundleConfig.cs file to your project.

    EXAMPLE: For more information, see BundleConfig.cs in Sitefinity documentation-samples on GitHub.

  4. Register the BundleConfig in the Global.asax file.

    EXAMPLE: For more information, see Global.asax.cs in Sitefinity documentation-samples on GitHub.

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?

Next article

Script manager