Base solution for your next web application
Open Closed

Different Bundles #3610


User avatar
0
tteoh created

Why are there so many BundleConfig.cs files? Such as AppBunddleConfig.cs, CommonBundleConfig.cs and FrontendBundleConfig.cs

Which BundleConfig.cs files should I use to bundle if I want to include some .js/.css files?

Thanks. /Tommy


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    AppBunddleConfig is for admin part and FrontendBundleConfig is for public website. CommonBundleConfig is for common script & styles used in both parts.

    So, you can add it to one of them according to your needs.

    Thanks.

  • User Avatar
    0
    tteoh created

    <cite>ismcagdas: </cite> Hi,

    AppBunddleConfig is for admin part and FrontendBundleConfig is for public website. CommonBundleConfig is for common script & styles used in both parts.

    So, you can add it to one of them according to your needs.

    Thanks.

    Now I understood what's going on. Thank you

    Thanks. /Tommy

  • User Avatar
    0
    alper created
    Support Team

    Thanks for your feedback ;)