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)
-
0
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.
-
0
<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
-
0
Thanks for your feedback ;)